aboutsummaryrefslogtreecommitdiffstats
path: root/src/web_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add a json /api/bots endpoint for data retrievalJokler2020-02-221-14/+76
|
* Add a very basic template using available infoJokler2020-02-221-17/+46
|
* Spawn actix-web server with access to the botJokler2020-02-221-0/+60
Additionally replace all Mutexes with RwLocks. Hopefully this makes it possible for the web server to serve many requests at once since they would just hold read locks.