Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramyhakam/zteam-chat
Z-Team Chat is a free and open source Chat Web App Just For learning propose
https://github.com/ramyhakam/zteam-chat
angular-cli angular4 express nodejs socket-io
Last synced: about 1 month ago
JSON representation
Z-Team Chat is a free and open source Chat Web App Just For learning propose
- Host: GitHub
- URL: https://github.com/ramyhakam/zteam-chat
- Owner: RamyHakam
- License: mit
- Created: 2017-06-21T17:18:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T09:01:15.000Z (about 7 years ago)
- Last Synced: 2024-05-02T04:45:16.717Z (7 months ago)
- Topics: angular-cli, angular4, express, nodejs, socket-io
- Language: JavaScript
- Homepage: https://zteam-chat.herokuapp.com/
- Size: 931 KB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZTeam Chat
![Build Status](https://travis-ci.org/Z-Team-Pro/ZTeam-Chat.svg?branch=master)
![downloads](https://img.shields.io/badge/downloads-334-lightgrey.svg)
![version](https://img.shields.io/badge/version-1.3.4-blue.svg)
![issuse](https://img.shields.io/github/issues/Z-Team-Pro/ZTeam-Chat.svg)
![stars](https://img.shields.io/github/stars/Z-Team-Pro/ZTeam-Chat.svg)
![forks](https://img.shields.io/github/forks/Z-Team-Pro/ZTeam-Chat.svg)
This Package is a simple real time Chat app
Where you can use it in your porject as a real time room chatingThis 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 application1- Require it in your application
var chat_app = require("zteam-chat");
`
2- Run the chating server with a portchat_app.run(9000);
3- Navigate to http://localhost:9000![Login](/../master/shots/login.png?raw=true "Login Page")
4- Write Display name and Room name
5- Any others users on the same network can join your Chating Room Now
![Chat](/../master/shots/chat-room.png?raw=true "Chat Room")
## 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