Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
LukeHagar created a comment on a pull request on unjs/crossws
So `throw` responses out from the handler, and then return the responses for all platforms but `node`, and for node map the response to an equivalent socket response? Here is the thing I'm wonde...
LukeHagar created a comment on a pull request on unjs/crossws
What about the responses that need to be sent through the socket? Youll notice for the node adapter for example the response is not being sent back as a close after the upgrade, this was done so...
LukeHagar pushed 2 commits to main LukeHagar/plex-api-spec
LukeHagar pushed 2 commits to dx LukeHagar/crossws
LukeHagar pushed 2 commits to dx LukeHagar/crossws
LukeHagar created a repository: LukeHagar/http-ws-reference
LukeHagar created a review comment on a pull request on sveltejs/kit
Same, would love to keep this as is https://github.com/unjs/crossws/pull/90
LukeHagar opened a pull request on unjs/crossws
feat: add `accept` and `reject` functions to `upgrade` hook interface for more explicit auth flow
Related #88 This PR is intended to discuss the interface for the upgrade hook, as it stands right now the usage can be a bit ambiguous, this PR shows what I think is a simpler flow for most peo...LukeHagar created a branch on LukeHagar/crossws
dx - 🔌 Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.