Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/couchbaselabs/couchtalk-node
- Owner: couchbaselabs
- Created: 2014-03-05T15:28:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T22:06:23.000Z (almost 5 years ago)
- Last Synced: 2024-04-12T16:19:13.681Z (9 months ago)
- Language: JavaScript
- Size: 282 KB
- Stars: 16
- Watchers: 170
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CouchTalk
## Push To Talk example appCouchTalk 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 startThe 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 devThis 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.