zteam-chat-app
v1.0.1
Published
chat app stand alone demo depends on zteam-chat package for real time chat example
Downloads
5
Maintainers
Readme
Zteam-Chat-App
A simple chat app stand alone demo depends on zteam-chat package For real time chat example
To know more about zteam-chat package
https://z-team-pro.github.io/ZTeam-Chat/
Install the app via npm
npm install --save zteam-chat-app
How to use it
1- Navigate to your project folder run npm start
2- Navigate to http://localhost:9000
3- Write Display name and Room name
4- 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-App/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