Skip to content

haveagoodone/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

A simple chat application with hapi and socket.io

Run ChatApp

  1. Get all the libraries
$ npm install
  1. Run the ChatApp
# node app.js

Open as many browsers you want with this url: http://localhost:3000

  1. Start Chatting

Develp ChatApp

  1. ChatApp uses webpack (http://webpack.github.io) as the module builder. To use webpack:
$ npm install webpack -g
  1. Start webpack webpack <entry> <output>
$ webpack ./views/scripts/main.js ./dist/bundle.js --progress --colors --watch

--watch => Watches all dependencies and recompile on change.

  1. Run the ChatApp
$ node app.js

Only after you made changes at the app.js, you have to restart the server

About

A simple chat application with hapi and socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published