Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uWebSocket #46

Open
lucsoft opened this issue Aug 3, 2022 · 4 comments
Open

Add uWebSocket #46

lucsoft opened this issue Aug 3, 2022 · 4 comments
Labels
framework New framework

Comments

@lucsoft
Copy link

lucsoft commented Aug 3, 2022

uWebSocket is also fast HTTP Server

Fund with Polar

@eliassjogreen
Copy link
Member

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
Copy link
Contributor

dougg0k commented Nov 10, 2022

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
Copy link
Member

Cool! I'll keep this issue open in case anyone wants to add the standalone cpp uWebSocket library in the future.

@eliassjogreen eliassjogreen added the framework New framework label Jun 23, 2023
@Shyam-Chen
Copy link

Shyam-Chen commented Jul 13, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework New framework
Projects
None yet
Development

No branches or pull requests

4 participants