Skip to content

mrinck/rooms.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rooms.ts

  1. Clone repository

    git clone https://github.com/mrinck/rooms.ts.git
    
  2. Switch to cloned directory

    cd rooms.ts
    
  3. Install dependencies

    npm install
    
  4. Run dev server (reloads on code changes)

    npm start
    
  5. Connect to localhost:8080 via websocket client (e.g. wscat)

    npm install -g wscat
    wscat -c localhost:8080
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published