From 8e12f4f68cc907668a0ad91b854a80f21b921071 Mon Sep 17 00:00:00 2001 From: ryo Date: Fri, 11 Apr 2025 20:22:41 +0000 Subject: Init commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 `. + +![screenshot](demo-socket.png) -- cgit v1.2.3