Skip to content

kaeki/pulu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published