Skip to content
/ strike Public

Node.js running in a Node.js service! (tablet useable development console)

Notifications You must be signed in to change notification settings

perlsec/strike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Strike - Node.js dev runner This is a simple Node.js webserver, that deploys a single page web-ui. It is used to control another Node.js script. It can restart the script, show the output of the script live, and change the script it is running.

I have used it on a tablet besides my development machine, and for developing using a tablet.

##Dependencies

  • Node.js - version 0.8.x

##Installing and running

#git clone the repository
git clone https://github.com/perlsec/strike
cd strike
#run npm install to install dependencies
npm install
#run the server
node server.js
#visit it in browser http://localhost:8080

About

Node.js running in a Node.js service! (tablet useable development console)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published