diff options
author | ryo <ryo@nopwd.lol> | 2025-04-11 20:22:41 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-04-11 20:22:41 +0000 |
commit | 8e12f4f68cc907668a0ad91b854a80f21b921071 (patch) | |
tree | f9f3dffba3fa0284fbef050367cdc6e4ffbc0f42 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..55438d2 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Socket Demo - server and client +Simple chat server using TCP socket. It's just a demo, there are so many features +that I will add later. + +- Server: Goalng +- Client: Flutter + +## Notes +- Run server first, I haven't implemented reconnect feature to the client yet. +- Default username is ip address, change it by __login__ command. +- Commands are just messages that starts with `/` like `/login`. +- There is no register but just login, to do it: `/login <your name>`. + + |