0.10.2 • Published 10 years ago

couchapp-util v0.10.2

Weekly downloads
6
License
-
Repository
-
Last release
10 years ago

Couchapp Utils

This is a fork of the couchapp module that does not do platform specific stuff that is unnecessary such as playing sounds, if you really want sound, trigger the bell with an ANSI escape sequence, eh?

Installation

Install node.

Install npm.

app.js example:

Local development server example.

Start the server:

couchapp serve app.js http://localhost:5984/example_db -p 3000 -l -d attachments

Now you can access your couchapp at http://localhost:3000/ . Code, hack and when you are happy with the result simply do:

couchapp push app.js http://localhost:5984/example_db