chat app stand alone demo depends on zteam-chat package for real time chat example
npm install zteam-chat-app npm install --save zteam-chat-app
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
https://z-team-pro.github.io/ZTeam-Chat/
1. Fork it (
2. Create your feature branch (git checkout -b feature/fooBar)
3. Commit your changes (git commit -am 'Add some fooBar')
4. Push to the branch (git push origin feature/fooBar)
5. Create a new Pull Request