medeirosjoaquim / typescript-socket.io

Learning socket.io with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Learning socket.io with typescript


Languages

Language:HTML 99.2%Language:TypeScript 0.6%Language:CSS 0.2%Language:JavaScript 0.0%