Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 341 Bytes

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