Replies: 1 comment 7 replies
-
I have thought about it many many times. But the gains are way too small in comparison with what you lose in terms of market. Nodejs is the creation of an insane group of morons, but it also has a huge market, so playing along with nodejs is still better than to try and introduce yet another JS server. A standard can only be a standard if people stop making new standards. And honestly working with this is going to kill me dead from a bursting artery in my brain. In fact uWS.js can already run as a stand-alone js server |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Many HTTP server implement embed script language:
This is a good solution for uWebSockets.js use cases.
The Node.js stack is not needed for a thin backend and microservices, it is enough to have a basic javascript to implement a business logic - send request to the database and communicate with other network services (websocket publish, Redis, etc).
QuickJS - is a small and embeddable Javascript engine, this is an excellent implementation JS from Fabrice Bellard, is a French computer programmer known for writing FFmpeg, QEMU.
What do you think?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions