zteam-chat
v1.3.4
Published
a real time chat with socket io and express
Downloads
3
Maintainers
Readme
ZTeam Chat
This 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
Demo
You can test the zteam chat https://zteam-chat.herokuapp.com/
Install the package via npm
$ npm install -g zteam-chat
$ zteam-chat
How to use it in your application
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
Project Home Page
https://z-team-pro.github.io/ZTeam-Chat/
Contributing
- Fork it (https://github.com/Z-Team-Pro/ZTeam-Chat/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request