Skip to content

High-performance implementation of the ActivityWatch server, written in Rust

License

Notifications You must be signed in to change notification settings

ActivityWatch/aw-server-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aw-server-rust

A reimplementation of aw-server in Rust

Primary features missing:

  • Proper HTTP responses on invalid requests
  • SQLite performance improvements
  • query2 support

Caveats:

  • Generally hard to read code at many places
  • Poisoned mutex in datastore might still be an issue?