Skip to content
Discussion options

You must be logged in to vote

This was how old (v14 and prior) versions worked. They shared the http server with nodejs via various hacks.

Today everything above v14 is completely standalone from nodejs and works in foreign environments like Python.

This means you either move both http and ws to uWS or you listen to many ports.

So new versions of uWS are more like a complete replacement to both Express and Socket.IO rather than a particular low level component of them

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #263 on December 09, 2020 05:39.