https://github.com/caplin/topham
A Controller for Node
https://github.com/caplin/topham
Last synced: 3 months ago
JSON representation
A Controller for Node
- Host: GitHub
- URL: https://github.com/caplin/topham
- Owner: caplin
- License: mit
- Created: 2014-02-14T14:42:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T23:54:48.000Z (over 11 years ago)
- Last Synced: 2025-02-06T05:36:34.893Z (4 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
topham
======A Controller for Node, a bit like the gradle daemon.
It runs as a server, and can process node commands sent to it.
Obviously it's not secure. Don't run this on the public internet.
$ npm install -g topham
To run the server
topham -p 3478 serve
To tell the server to do something (e.g. run lessc)
topham -H localhost -p 3478 lessc example.less