https://github.com/linjunpop/node-with-pow
A sample app to run node on pow.
https://github.com/linjunpop/node-with-pow
Last synced: 9 months ago
JSON representation
A sample app to run node on pow.
- Host: GitHub
- URL: https://github.com/linjunpop/node-with-pow
- Owner: linjunpop
- Created: 2012-08-21T03:51:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T06:29:41.000Z (almost 14 years ago)
- Last Synced: 2025-04-27T03:32:58.556Z (about 1 year ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A sample app to run node on pow
## Install
```bash
$ npm install
```
## Run Server
```bash
$ npm start
```
## Pow
Link app to `~/.pow/FOOBAR` then visit http://foobar.dev
# Copyright
Based on this post: http://labnotes.org/2011/08/09/using-pow-with-your-node-js-project/