server from scratch
basic websocket server for network programming coures in CODE university.
To start the chat, open two tabs in the browser and go to the following address: http://localhost:8080/chat
to exit the chat, type "exit"
future steps:
- make the server asynchronous.
- Handle parseing in a more efficient way.
- improve UI