For developing a web client or website, web developers often need a http server. star-node requires less effort to install, start , deploy and stop.
- If nodejs is not present on your system, then download and install node from http://nodejs.org/
- Open a terminal or command prompt and give 'npm install -g star-node'.
- Open a terminal or command prompt and navigate to the folder from which files have to be served.
- Then, type command 'star-node {port}'. (if port number is given, then server will run on the specified port. or by default on 80).
- Open any browser and type the following url 'localhost:{port}'.
Licensed under The MIT License (MIT)