Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 365 Bytes

server_from_scratch

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:

  1. make the server asynchronous.
  2. Handle parseing in a more efficient way.
  3. improve UI