-
Hello, great project!
Are there any plans to support websocket requests in the near future?
-
First off, thanks for SST. Truly innovative. Superb.
Second, have you roadmapped AWS AppSync WebSockets? Cheaper than AG WebSockets so keen to get them in.
Thanks again,
Wilfred
-
### Clear and concise description of the problem
As discussed in the meeting, I am opening an issue where we can start a discussion on the design how to best approach what support for websockets in T…
-
### Is your feature request related to a problem?
I cannot communicate with WebSocket servers that use the `permessage-gzip` extension.
### Describe the solution you'd like
`aiohttp` should provide…
-
Description:
I would like to propose adding WebSocket support to the framework.
Motivation:
- Enable real-time bidirectional communication between client and server
- Support common use cases l…
-
### Proposal Details
When calling RPC via WebSocket, the current JSON encoding method consumes too much bandwidth. It is hoped that support for specifying binary compression encoding methods, such as…
-
I've been using Mockito to test my RESTy client code and I've recently started using some WebSocket endpoints as well.
Is there any interest in/has there been any thought about adding WebSocket moc…
cpick updated
2 weeks ago
-
As a developer, I need to authenticate users inside a websocket session. In nuxt (h3), `defineWebSocketHandler` provides the API which doesn't pass the originating `H3Event`, only raw URL and headers.…
-
Hi,
It seems that Home Assistant is moving away from maintaining the REST API in favor of the WebSocket API, as indicated by discussions on various forums. Due to this shift, the REST API has limit…
-
The README specifies "raw" websocket traffic support. Any additional documentation/links that you can provide for this? A new `example` would be super helpful!