1.0.2 • Published 9 years ago

serverbot v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

serverbot

Serverbot is a tiny (but friendly) node, connect, and static web server for your projects.

Requires node and npm to be installed.

  1. Install connect and serve-static in terminal (without the $):

    $ npm install connect serve-static
  2. Start serverbot in terminal (without the $):

    $ node server

Note: Shutdown with Ctrl + C

Port can be changed in the server.js file.