zteam-chat

1.3.4 • Public • Published

ZTeam Chat

Build Status downloads version issuse stars forks

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

4- Write Display name and Room name

5- Any others users on the same network can join your Chating Room Now

Chat

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

Package Sidebar

Install

npm i zteam-chat

Weekly Downloads

0

Version

1.3.4

License

MIT

Last publish

Collaborators

  • ramyhakam