/typescript-socket.io

Learning socket.io with typescript

Primary LanguageHTML

Socket.io - Typescript

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.

Table of Contents

Installation

Clone this repo and run

npm install

Usage

Compile the app:

tsc

Then run:

node .

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.