Made two implementations:
- A standard implementation using tokio package
- A raw implementation using system calls
make sure you have .env file in place and then:
make run-server
make chat
Type any message and press enter. The server will echo back your message. Type "quit" to close the connection.