An open API service indexing awesome lists of open source software.

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

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 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

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