Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Pulu

Chat application with video chat made using Node.js, Socket.io and WebRTC.

Install

Run
npm install

Pulu uses MongoDB for users and rooms and for database connection create a file named config.js to config folder

//  config.js
module.exports = {
    user: 'userName',
    pwd: 'password',
    addr: 'addressToDatabase',
    port: 'port',
    db: 'databaseName',
};

Run

To start server

npm start

About

Chat application

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages