Skip to content

full account system that allows you to send/recieve messages to other accounts the way Facebook does using mongodb.

Notifications You must be signed in to change notification settings

djlad/chatlikefacebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatlikefacebook

full account system that allows you to send/recieve messages to other accounts the way Facebook does using mongodb.

requires mongodb to be installed and running (run mongod)

in the command line: npm install node app.js

on the client: you can sign up at /signup sign in at /login

example chat object in /user send message with chat.sendMessage(username,message);

make sure to change the secret key in app.js

About

full account system that allows you to send/recieve messages to other accounts the way Facebook does using mongodb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published