diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-03 19:04:36 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-03 19:04:36 +0100 |
commit | 40590c6149fd3b8754e39c9e4045aed9142ced80 (patch) | |
tree | a32b26869b7d60eb0c1efe6d65e13cbecf478e79 | |
parent | 6c087cdcf1b63d5d026e34b9765df96dff642685 (diff) |
[readme] Update features: roadmap: implementing a way to launch a local server from a client
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Those are the features/tasks that will probably come next (in no particular orde - [x] Feature: Send messages from the server to a selected group of clients - [x] Feature: Raise connection/disconnection events from the plugins - [ ] Feature: Send unordered reliable messages from the server -- [ ] Feature: Implementing a way to launch a local server from a client +- [x] Feature: Implementing a way to launch a local server from a client - [ ] Feature: Client should be capable to connect to another server after disconnecting - [ ] Performance: Messages aggregation before sending - [ ] Clean: Rework the error handling |