Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added nix build expression | stuebinm | 2021-03-07 | 1 | -0/+1 |
| | | | | makes a derivation with a functioning server inside of it. | ||||
* | initial commit | stuebinm | 2021-02-17 | 1 | -0/+1 |
So far, it is fairly inefficient — for each message, the global state of the application is changed (i.e. a read-write action on a HashMap). Since clients can't change rooms after joining anyways, this should probably be changed. |