Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Update uws to version 0.12.0 🚀#37

Merged
daffl merged 1 commit intomasterfrom
greenkeeper-uws-0.12.0
Dec 3, 2016
Merged

Update uws to version 0.12.0 🚀#37
daffl merged 1 commit intomasterfrom
greenkeeper-uws-0.12.0

Conversation

@greenkeeperio-bot
Copy link
Copy Markdown
Contributor

Hello lovely humans,

uws just published its new version 0.12.0.

State Update 🚀
Dependency uws
New version 0.12.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of uws.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

uws is a WebSocket module for Node.js that aims to replace the very slow and overrated module ws. This release of uws v0.12.0 further widens the performance and scalability gap between the two modules:

  • Throughput improved 24%, uws is now ~24x faster than ws.
  • User space memory scalability improved ~40% [1], now ~20x more scalable than ws.

Right, go use it:

  • npm install uws
  • swap require('ws') with require('uws')
  • save a panda

Or make sure your favorite "real-time" products are swapping from ws to uws as their core WebSocket module. Also, if you want to know some details or just talk you can find me in the Gitter channel.

[1] requires the user knows about JavaScript scope, I wrote about this some days ago.

@daffl daffl merged commit f30277c into master Dec 3, 2016
@daffl daffl deleted the greenkeeper-uws-0.12.0 branch December 3, 2016 18:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants