Skip to content

Commit

Permalink
Update README URLs based on HTTP redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Aug 10, 2016
1 parent 3344cde commit 25476b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ shadowsocks-nodejs is a node.js port of [shadowsocks].

Many people are asking why. Here's why.

- https://github.com/clowwindy/shadowsocks-nodejs/issues/35
- https://github.com/joyent/node/issues/5949
- https://github.com/shadowsocks/shadowsocks-nodejs/issues/35
- https://github.com/nodejs/node-v0.x-archive/issues/5949

The GC of node.js sucks.

Python version [handles 5000 connections with 50MB RAM](https://github.com/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks) while node.js version
Python version [handles 5000 connections with 50MB RAM](https://github.com/shadowsocks/shadowsocks/wiki/Optimizing-Shadowsocks) while node.js version
handles 100 connections with 300MB RAM. Why should we continue to support
node.js?


[Build Status]: https://img.shields.io/travis/clowwindy/shadowsocks-nodejs/master.svg?style=flat
[NPM]: https://www.npmjs.org/package/shadowsocks
[NPM]: https://www.npmjs.com/package/shadowsocks
[NPM version]: https://img.shields.io/npm/v/shadowsocks.svg?style=flatp
[Travis CI]: https://travis-ci.org/clowwindy/shadowsocks-nodejs
[shadowsocks]: https://github.com/clowwindy/shadowsocks
[Other versions]: https://github.com/clowwindy/shadowsocks/wiki/Ports-and-Clients
[shadowsocks]: https://github.com/shadowsocks/shadowsocks
[Other versions]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients

0 comments on commit 25476b8

Please sign in to comment.