a real time chat with socket io and express
npm install zteam-chatThis Package is a simple real time Chat app
Where you can use it in your porject as a real time room chating
This app depends on Nodejs & SocketIO.
This App is for learning propuse only.You can Use it In any form
$ npm install -g zteam-chat
$ zteam-chat
1- Require it in your application
var chat_app = require("zteam-chat");
2- Run the chating server with a port
chat_app.run(9000);
3- Navigate to http://localhost:9000
4- Write Display name and Room name
5- Any others users on the same network can join your Chating Room Now
!Chat
https://z-team-pro.github.io/ZTeam-Chat/
1. Fork it (
2. Create your feature branch (git checkout -b feature/fooBar)git commit -am 'Add some fooBar'
3. Commit your changes ()git push origin feature/fooBar`)
4. Push to the branch (
5. Create a new Pull Request