Go to file
michael-bailey 776d4b733c created server version 3
this works on the face that a ui framework will have an event loop. so changes include:
+ start sets up the listener and allows the server to ba called
+ stop sets the server to disconnect other users and close the listener
+ tick should be called by the event loop this will allow any new connections to be handled, any pending
2020-09-27 08:41:38 +01:00
src created server version 3 2020-09-27 08:41:38 +01:00
.gitignore Update .gitignore 2020-08-26 11:48:35 +01:00
Cargo.toml got running flag to display 2020-08-27 18:47:59 +01:00
LICENSE Update LICENSE 2020-09-27 08:32:34 +01:00
README.md Initial commit 2020-04-08 18:11:09 +00:00

README.md

rust-chat-server