Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/couchbaselabs/couchtalk-node

Example push-to-talk app using Couchbase Server, node.js, and the browser.
https://github.com/couchbaselabs/couchtalk-node

Last synced: 1 day ago
JSON representation

Example push-to-talk app using Couchbase Server, node.js, and the browser.

Awesome Lists containing this project

README

        

# CouchTalk
## Push To Talk example app

CouchTalk is an example app showing off node.js with Couchbase Server. To run the app, do this:

git clone
cd couchtalk-nodejs
npm install
npm install -g grunt-cli
grunt build
npm start

The last command will launch the server by running `node lib/server.js`

## Contributing

If you edit the files under `lib/` or `page/` you need to run this to get the changes to show up.

npm install -g grunt-cli
grunt dev

This will repackage the assets and launch the server in the background. It also watches the source files for changes and regenerates the assets and relaunches the server when you save files.