chathelper
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

ChatHelper

High-level chat client JavaScript and TypeScript API that makes sending messages between computers(using http) easy.

Installation

Use the package manager npm to install chathelper.

npm install chathelper --save

QuickStart

Server

import { Server } from 'chatHelper'
 
const server = new Server("192.168.xx.xxx:8000", 2)

Client

import { Client } from 'chatHelper'
 
const client = new Client("http://192.168.xx.xxx:8000/", "client1", "12345")

Documentation

You can find the documentation for this package here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache License 2.0

Package Sidebar

Install

npm i chathelper

Weekly Downloads

0

Version

1.1.7

License

ISC

Unpacked Size

84.9 kB

Total Files

10

Last publish

Collaborators

  • weservetechnologies