0.1.13 • Published 9 years ago

node-hostme v0.1.13

Weekly downloads
28
License
MIT
Repository
github
Last release
9 years ago

node-hostme

A simple and lightwight node package that can host a local website serving static file requests on any of your folders and can proxy API service requests to remote server, which is very useful for API driven front-end development.

Intall Package

$ npm install -g node-hostme

Host Static

$ cd /some/folder
$ node-hostme -p 3000

If -p not specified, default to 3000.

Host with access to API server

$ cd /some/folder
$ node-hostme -p 3000 -s uat.example.com

So that, if request not found on local server will be forwarded to uat.example.com

Then you will be able to access your website

http://localhost:3000
0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago