-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
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. |
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. |
Cool! I'll keep this issue open in case anyone wants to add the standalone cpp uWebSocket library in the future. |
It is necessary to mark the framework and the server used together. Although Bun uses uWS, it is still necessary to distinguish.
|
uWebSocket is also fast HTTP Server
The text was updated successfully, but these errors were encountered: