sstts
v0.0.2
Published
Simple and Slow Table Testing Service
Downloads
4
Readme
SSTTS
Simple and Slow Table Testing Service
A testing service by Alan?Liang using node.js
Usage
var sstts=require("sstts");
sstts.port=8080;
sstts.ipaddress="127.0.0.1";
sstts.adminPwd="password_of_admin";
sstts.startsvc();
//wait a moment
//open localhost:8080 in browser
sstts.stopsvc();
console.log(sstts.tobjs);
Advanced
You can change the updating time by editing table.html
's first part of var heart=1000;
(in miliseconds and 1000 by default).
Lisence
This project uses the GPLv3 license. For more information, click here.