discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.43k stars 3.97k forks source link

uws seems to be unmaintained #2685

Closed ghost closed 6 years ago

ghost commented 6 years ago

I was installing uws, and ran into a deprecation notice:

npm WARN deprecated uws@99.0.0: stop using this version

Upon looking on the package's NPM page, I was greeted with this:

image

It seems that something has occurred and uws is no longer maintained. Should uws be removed as an optional dependency? If so, what alternatives could be used instead of uws?

amishshah commented 6 years ago

Hi, we're still looking into what action we could take here

ghost commented 6 years ago

seems new bindings for node.js are moving to [WIP] uNetworking/uWebSockets-node uws module can be replaced by github link which npm will install

amishshah commented 6 years ago

We'll check back on it, I honestly wouldn't be surprised if the repo remains empty :stuck_out_tongue:

ghost commented 6 years ago

The last "normal" publish of the module was version 10.148.1 — we could change the dependency to uws@10.148.1, but one would still see the depreciation notice upon install.

Additionally, the project's license would allow for a fork to be made and we could have a discordjs/uws GitHub repo as the dependency.