https://github.com/ramyhakam/zteam-chat-app
a simple chat app stand alone demo depends on zteam-chat package for real time chat example
https://github.com/ramyhakam/zteam-chat-app
Last synced: 7 months ago
JSON representation
a simple chat app stand alone demo depends on zteam-chat package for real time chat example
- Host: GitHub
- URL: https://github.com/ramyhakam/zteam-chat-app
- Owner: RamyHakam
- License: mit
- Created: 2017-11-01T17:57:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T18:39:26.000Z (almost 8 years ago)
- Last Synced: 2024-10-22T01:03:52.945Z (12 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 it1- Navigate to your project folder
run npm start2- 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
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