# zteam-chat

> a real time chat with socket io and express

Latest version **1.3.4** (published 2017-11-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install zteam-chat
pnpm add zteam-chat
yarn add zteam-chat
bun add zteam-chat
```

Provides the command `zteam-chat`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.4 |
| Published | 2017-11-02 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 7.5.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Ramy Hakam  pencilsoft1@gmail.com |
| Maintainers | ramyhakam |
| Keywords | node-chat, express, socketio, real time chat |

## Links

- npm: https://www.npmjs.com/package/zteam-chat
- Repository: https://github.com/Z-Team-Pro/ZTeam-Chat
- Homepage: https://z-team-pro.github.io/ZTeam-Chat
- Issues: https://github.com/Z-Team-Pro/ZTeam-Chat/issues
- npm.io page: https://npm.io/package/zteam-chat

## Dependencies (2)

- [express](https://npm.io/package/express.md) ^4.15.3
- [socket.io](https://npm.io/package/socket.io.md) ^2.0.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.3.4 (latest) — 2017-11-02
- 1.3.3 — 2017-11-02
- 1.3.2 — 2017-11-01
- 1.3.1 — 2017-11-01
- 1.3.0 — 2017-11-01
- 1.2.1 — 2017-11-01
- 1.2.0 — 2017-11-01
- 1.1.0 — 2017-11-01
- 1.0.0 — 2017-10-18

## README

# ZTeam  Chat  
  ![Build Status](https://travis-ci.org/Z-Team-Pro/ZTeam-Chat.svg?branch=master)
  ![downloads](https://img.shields.io/badge/downloads-184-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 (<https://github.com/Z-Team-Pro/ZTeam-Chat/fork>)
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

---
_Source: https://npm.io/package/zteam-chat · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
