New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zteam-chat

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zteam-chat

a real time chat with socket io and express

latest
Source
npmnpm
Version
1.3.4
Version published
Maintainers
1
Created
Source

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

  • Fork it (https://github.com/Z-Team-Pro/ZTeam-Chat/fork)
  • Create your feature branch (git checkout -b feature/fooBar)
  • Commit your changes (git commit -am 'Add some fooBar')
  • Push to the branch (git push origin feature/fooBar)
  • Create a new Pull Request

Keywords

node-chat

FAQs

Package last updated on 02 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts