Replies: 2 comments 2 replies
-
While trying to figure out how you solved the "there is no request-close event" issue I found that you saved the request within the "innerRequest"-Symbol. Would it not make more sense to actually change the |
Beta Was this translation helpful? Give feedback.
-
This would be an great addition and a needed one. There are many use cases besides a simple chat to be able to add that little extra and reactivity to your website. Hope to see this added in the main branch one day. 🤞 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
A way for adapters to expose websocket abilities to Astro.
Example
Background & Motivation
As astro matures as a choice for the backend framework, it becomes natural to want to utilize server features using it. Among these features is websockets, a cornerstone for real-time applications.
This proposal introduces an abstract runtime API for websockets that adapters can implement, giving users ease of use, full type-safety, and effortless migration from one adapter to another.
Goals
Non-Goals
Testing Strategy
This feature can be adequately tested by fixture-based suites.
Alternatives
Beta Was this translation helpful? Give feedback.
All reactions