aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
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>`.
+
+![screenshot](demo-socket.png)