Skip to content

vince15dk/node-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Secret Place

Socket.io application

웹소켓으로 구현한 대화 및 위치 공유 방

Deploying app on heroku is completed (Mocha testing module is also added)

Testing the app on local /3000

  • This application is intended to utilize Socket.io only for making the secret chat service
  • A user inserts its use name and a secret codename
  • Thes same codename leads users directly to the same chatting room (impl of socket.join and constraints of io.to(room))
  • Google geolocation API is implemented to share the location of users in live

Enjoy!

Intall npm dependencies

npm install

Run testing with Mocha

npm run test-watch

Start the application

npm start

Heroku URL https://afternoon-sierra-43783.herokuapp.com/

About

Socket.io integration with node, serverless connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published