shadowsocks-nodejs icon indicating copy to clipboard operation
shadowsocks-nodejs copied to clipboard

shadowsocks-nodejs

NPM version Build Status

shadowsocks-nodejs is a node.js port of shadowsocks.

Deprecated; please use Other versions.

Many people are asking why. Here's why.

  • 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 while node.js version handles 100 connections with 300MB RAM. Why should we continue to support node.js?