Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 326 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 326 Bytes

node-speedtest-mini

A simple server running speedtest.net mini on Node.js infrastructure.

Coniguration

$ npm install
$ npm install -g coffee-script

Run server on port 8080:

$ coffee server.coffee

Run server on a custom port:

$ SERVER_PORT=80 coffee server.coffee