Video call & messeges real times using WebRTC technology, MongoDB
- Features: VideoCall, Chat real times between 2 clients
-
Used technical:
- ExpressJS for server platform (NodeJS based).
- SocketIO Framework for Chatting.
- PeerJS Framework for Calling.
- MongoDB (Mongoose module)
- EJS for template view engine
- Javascript (JQuery, AJAX)
- CSS
- ...
-
- Install necessaries: NodeJS, Git
- Clone this reposiory
- Run command: npm install
- Run command: node server
- On browser, open localhost:1337
- Continue improve application!!!