Skip to content

team142/tincan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tincan

The goal of this project is to have a standalone node server and allow clients to connect over websocket and chat in rooms.

Setup

Make sure you have node and npm installed on your system

Build

Run the command:

npm install

then

npm run start

Hosting your own server

Releases