0.0.2 • Published 7 years ago

sstts v0.0.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

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.

0.0.2

7 years ago

0.0.1

7 years ago