Closed terrablue closed 9 months ago
WebSocket support is to be moved to the runtime, which will also have support for SSE.
Drop the @primate/ws package in favor of two handlers in core, ws and sse.
@primate/ws
ws
sse
See also https://github.com/rcompat/rcompat/issues/1
cool
@primate/ws dropped in 9a1a00e
sse support added in https://github.com/primatejs/primate/commit/e5be636e3c56563e6d7e17db472daab02ac11896, ws finalized in https://github.com/primatejs/primate/commit/9eabc05247aa6356226be9e52776f56d8358a2c2
WebSocket support is to be moved to the runtime, which will also have support for SSE.
Drop the
@primate/ws
package in favor of two handlers in core,ws
andsse
.See also https://github.com/rcompat/rcompat/issues/1