fastify-websocket icon indicating copy to clipboard operation
fastify-websocket copied to clipboard

basic websocket support for fastify

Results 19 fastify-websocket issues
Sort by recently updated
recently updated
newest added
trafficstars

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Hello, I'm filtering the data returning from a route before being sent back to the client using onSend hook and works as expected ``` javascript fastify.addHook("onSend", (request, reply, payload, next)...

bug
good first issue
documentation

fix: https://github.com/fastify/fastify-websocket/issues/190 First implementation. Basically the use would be: ```js const Fastify = require('fastify') const fastifyWebsocket = require('.') const { ValidateWebSocket } = require('.') const fastify = Fastify({ logger: true...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Hey guys, for faking HTTP requests, there is ab option to inject fake HTTP requests via light-my-request. Looking in the tests of this repo, I can see that Fastify really...

help wanted
hacktoberfest
good-first-issue

Hey I would like to use this as a proxy for local development and I'm not sure how to configure this proxy so WebSocket proxying is working. It's not clear...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Now `createWebSocketStream` is not called therefore there are no memory leaks/backpressure to worry about. #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or...