I'm using NestJS for a project we're launching, and I've recently introduced a WebSocket Gateway for a functionality of the project. Everything works as expected, but in "production", I'm running the app as an
Bug Report Current behavior When client is trying to connect via socket to the Websocket Gateway it takes response with code 404 Chrome dev tools: Input Code Project with bug: https://github.com/evilfant/bug_nest-express-socket The probl...
P.S. Using latest version of nestjs: 6.11.11 Describe the solution you'd like It would be nice if by default, when not configured, exceptions in sync and async SubscribeMessage handlers of WebSocketGateway were caught and processed similar to http requests. Teachability, Documentation, Adoption,...
I use Nest.js websockets (just a wrapper around Socket.io) and added the following to my gateway: afterInit(server: Server): any { const origins = getOrigins(); // returns an array of origin strings server.origins((origin, cb) => { if (origins.includes(origin)) { cb(null, true)...
API Gateway support for client generation and consumption via Swagger. Our services can generate Swagger files (like idl for JSON/REST). Remote client proxies for WebSocket (your interface is your IDL) Status Deployed at several large fortune 100 companies. QBit now works with Vertx (standalone...
API Gateway support for client generation and consumption via Swagger. Our services can generate Swagger files (like idl for JSON/REST). Remote client proxies for WebSocket (your interface is your IDL) Status Deployed at several large fortune 100 companies. QBit now works with Vertx (standalone...
API Gateway support for client generation and consumption via Swagger. Our services can generate Swagger files (like idl for JSON/REST). Remote client proxies for WebSocket (your interface is your IDL) Status Deployed at several large fortune 100 companies. QBit now works with Vertx (standalone...
API Gateway support for client generation and consumption via Swagger. Our services can generate Swagger files (like idl for JSON/REST). Remote client proxies for WebSocket (your interface is your IDL) Status Deployed at several large fortune 100 companies. QBit now works with Vertx (standalone...