symple-webrtc-video-chat-demo
Version:
The Symple video chat demo is an example of how to use Symple to build an instant messaging and WebRTC video chat application in about 100 lines of JavaScript. External projects used are AngularJS, Bootstrap, Node.js and Express.
37 lines (36 loc) • 821 B
JSON
{
"name": "symple-webrtc-video-chat-demo",
"title": "Symple WebRTC Video Chat Demo",
"version": "0.6.1",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"symple" : "*",
"symple-client" : "*",
"symple-client-player" : "*",
"express" : "~4.13.3",
"ejs" : "~2.3.4",
"redis" : "~2.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcey/symple-webrtc-video-chat-demo.git"
},
"keywords": [
"symple",
"server",
"realtime",
"messaging",
"websocket",
"streaming",
"webrtc",
"chat"
],
"author": "Kam Low <auscaster@gmail.com> (http://sourcey.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcey/symple-webrtc-video-chat-demo/issues"
},
"homepage": "http://sourcey.com/symple"
}