# couchtalk-node **Repository Path**: mirrors_couchbaselabs/couchtalk-node ## Basic Information - **Project Name**: couchtalk-node - **Description**: Example push-to-talk app using Couchbase Server, node.js, and the browser. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.