0.2.9 • Published 3 years ago

epoch-livechat-component v0.2.9

Weekly downloads
254
License
MIT
Repository
-
Last release
3 years ago

view on npm npm module downloads per month build status

epoch livechat component

This is a frontend UI interface of live chat using Socket.io. This component needs the support of the Socket.io server.

You don't need to install any browser plugins or manually add code snippets to your pages for the reload functionality to work, see "How it works" section below for more information.

npm run start

Installation

You need node.js and npm install globally. When you run npm run start, the demo application will be launched.

Npm way

npm run install

npm run start

Usage from example demo react code

          <Example
            socketDomain="http://localhost:5000/"
            transports={['polling', 'websocket']}
            siteId={siteId}
            roomId={roomId}
            token="sdfdsfdsf"
            userId="sdfjsdjfi"
            name={name}
            live={true}
            // theme="light"
          />
0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago