Add uWebSocket
lucsoft opened this issue · 4 comments
lucsoft commented
eliassjogreen commented
Sure, it is quite simple to implement a new framework. I am not sure I have the time to do so at the moment, but you are welcome to submit a PR or simply wait.
dougg0k commented
I recently added hyper-express that uses uWebSocket, results should be very close. While hyper-express has much more easy to use functionality than uWebSocket.
eliassjogreen commented
Cool! I'll keep this issue open in case anyone wants to add the standalone cpp uWebSocket library in the future.
Shyam-Chen commented
It is necessary to mark the framework and the server used together. Although Bun uses uWS, it is still necessary to distinguish.
- Node
- Express (Node)
- Fastify (Node)
- H3 (Node)
- uWS
- Hyper Express (uWS)
- Fastify uWS (uWS)
- Deno
- Express (Deno)
- Hono (Deno)
- Bun
- Express (Bun)
- Hono (Bun)
- Elysia (Bun)