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>
.