Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

Application Server

Node.js application server for web and mobile clients using tRPC with HTTP and WebSocket transports.

Scripts

  • yarn workspace server start — Start the server in development mode.
  • yarn workspace server build — Build the server for production.
  • yarn workspace server test — Run tests.