Node.js application server for web and mobile clients using tRPC with HTTP and WebSocket transports.
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.