Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 chating

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

1- Require it in your application

var chat_app = require("zteam-chat");
`
2- Run the chating server with a port

chat_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