Skip to content

Latest commit

 

History

History

wss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

WebSocket server

The source code of the WebSocket server for real-time features on Artist Together apps.

Stack

  • node
  • typescript

Development

Install workspace dependencies in the root directory:

pnpm install

Run the dev command to start the server in development mode:

pnpm --filter wss dev