TASK: Create a simple websocket server that would receive a message and send it to all websockets of a given group. Cover it with test
Stack: TypeScript, Express, WebSockets
How to use:
Start Server: npm build npm start
Start client: open index.html in folder Client