An open API service indexing awesome lists of open source software.

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.

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/