New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sstts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sstts

Simple and Slow Table Testing Service

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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.

Keywords

Test

FAQs

Package last updated on 24 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts