Skip to content

isery/node-websocket-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-websocket-speedtest

testing the speed and maximum of websockets in node.js and PHP

//May be changed for testing
var CONNECTIONS = 200;
var CONCURRENT = 50;
var INTERVAL = 1000;
Node Server
Node test

php Server.php
Node test

If the Server crashes when you try a couple hundred connections then its most likely because of a limitation of your OS. Most of the times it is the file-descriptor or open-files max.

About

testing the speed and maximum of websockets in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published