Skip to content

js-kyle/socketio-loadtesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketio-loadtesting 🚀

This repository contains the tutorial files which companion my blog post on how to loadtest socket.io WebSocket applications. A live version of this application can be previewed at https://socketio-loadtest.herokuapp.com, and artillery.io loadtesting configuration files are found in the load-test directory. Usage instructions are in my blog post, https://medium.com/@kyle_martin/load-testing-socket-io-web-applications-and-infrastructure-3e96011898e0

To run the application:

$ npm install
$ npm start

The example socket.io application will be available on the configured PORT, otherwise it will default to port 8080.

loadtesting example