Nicely documented OSS projects made on top on uWS.js? #425
Replies: 4 comments 2 replies
-
Hello, I don't know any such project. There are a few larger-ish projects here and there on GitHub, but uWS is way more niche than something like Express or Socket.IO. Most users are companies that develop proprietary services directly using uWS, so there is very little openly available information outside of this repo. |
Beta Was this translation helpful? Give feedback.
-
Found one such good open source project: Also a nicle article by the author of the repo to go along with it: |
Beta Was this translation helpful? Give feedback.
-
@harshmandan Try this |
Beta Was this translation helpful? Give feedback.
-
I think Deepstream is using UWS under the hood too: https://deepstream.io/ (https://github.com/deepstreamIO/deepstream.io) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently using express.js & socket.io on my production app and now when I have real traffic on my app, I'm going to the max optimization route.
But a lot of my code is dependent on express modules - I use EJS, middlewares, multer, express-sessions, etc.
I know there are some projects that simplify uws.js like: siffr-server & nanoexpress. But when I'm going the route to rewriting my code I do not want another dependency layer.
Are there any good projects/repository which can offer a good starting point? A good project with all these things already handled would help. Things like Router, file-upload, multipart requests, sessions handling, middlewares and more.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions