SocketCluster / socketcluster

Highly scalable realtime pub/sub and RPC framework
https://socketcluster.io
MIT License
6.14k stars 313 forks source link

What are the steps to install uWebsockets on Ubuntu 18.04? #509

Open KabeerSadiq123 opened 5 years ago

KabeerSadiq123 commented 5 years ago

Hi, I am using uwebsocket for my project, but when I am installing it , sudo make install command is not working. So can anyone please mention the steps which i need to follow. I already install openSll and zlib . Thanks

Charuru commented 5 years ago

Make sure you're using node v9 or earlier, later versions of node does not support uws.

SSANSH commented 4 years ago

yes I am using node 12, what are steps to install uWebsockets and use then on socketcluster?