-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build mmdevries/eiows while mmdevries/uws builds correctly #1
Comments
This package requires engine.io(3.4.2 or higher) and it should work on Node 8, 10, 12(v12.18.0 or higher), 13(v13.14.0 or higher) and 14(v14.4.0 or higher). |
Ooops, thanks! That's some super precise requirements, my bad 😅 Thanks for your awesome work! Is there a changelog somewhere detailing the differences between uws, mmdevries/uws, and eiows? Are the two others supposed to come deprecated quickly? |
uws was a complete websocket implementation (client and server). The people who build it abandoned the project. All client code on the mmdevries/uws version has been removed since this is not used in the Socket.io/Engine.io workflow plus newer nodejs versions are supported. |
Thanks for this clear and fast answer, and thanks for saving the C++
implementation to be used with socket.io :)
Le lun. 22 juin 2020 à 16:07, Matthijs de Vries <notifications@github.com>
a écrit :
… uws was a complete websocket implementation (client and server). The
people who build it abandoned the project. All client code on the
mmdevries/uws version has been removed since this is not used in the
Socket.io/Engine.io workflow plus newer nodejs versions are supported.
So, uws and mmdevries/uws are deprecated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUIM3NPCJQMIMMVRJHCMDRX5QT3ANCNFSM4OEKJM5A>
.
--
Nicolas Chambrier, aka naholyr
Blog : http://naholyr.fr
|
In my application,
npm add github:mmdevries/uws
works fine butnpm add eiows
breaks :(Build output:
The text was updated successfully, but these errors were encountered: