Learning WebSockets with the socket.io wrapper, writing a chat app with typescript. For now, just to test, it logs mouse movement in the browser and passes it to socket.io via message.
Clone this repo and run
npm install
Compile the app:
tsc
Then run:
node .
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.