blob: 55438d281eaebd78d430cde15debbdd9f5220adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>`.

|