facundofarias / awesome-websockets

A curated list of Websocket libraries and resources.
Other
1.61k stars 168 forks source link

We need to replace uws it got disconntinued #17

Closed frank-dspeed closed 5 years ago

frank-dspeed commented 5 years ago

uws got deprecated by its main author and is not on npm any more there are backups the creator had the opinion that it is not secure

see the npm message for uws https://www.npmjs.com/package/uws

Dmitry-N-Medvedev commented 5 years ago

what about this: https://github.com/uNetworking/uWebSockets.js ?

example: https://github.com/uNetworking/uWebSockets.js/blob/master/examples/HelloWorld.js

frank-dspeed commented 5 years ago

is the new repo for it yes thats right but it don't gets published to npm anymore

Dmitry-N-Medvedev commented 5 years ago

is the new repo for it yes thats right but it don't gets published to npm anymore

so, npm repo is absolutely required and you will just exclude a brilliant piece of software just because of this?

frank-dspeed commented 5 years ago

@Dmitry-N-Medvedev npm gets shipped with node sure we can replace that but it could lead to confusion and it has security issues at present. I am not Sure its your awsome list i only wanted to point that out i did not know how you want to handle that this is why i created a issue and not a PullRequest. :D

Dmitry-N-Medvedev commented 5 years ago

okey, technically, uws should be removed, but a new link to uWebSockets.js should be given instead.

facundofarias commented 5 years ago

Hey guys, interesting discussion @frank-dspeed @Dmitry-N-Medvedev. I agree that we should have another link and remove the one with security concerns.

frank-dspeed commented 5 years ago

closed by #18