2.5.1 • Published 1 year ago

@ajariapps/chat-react v2.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@ajariapps/chat-react

This page will bringing up you to implement simple chat app using @ajariapps/chat-react

Package @ajariapps/chat-react is a Lightweight React-based Real-time Chat that part of monorepo of ajari-labs. Managed by Ajari Lab Team. This package allows you to implement a bunch of features from our real-time chat engine.

Some of features includes:

  • Private chat
  • Group chat
  • Send Multiformat message (text, images, files, audio, video)
  • Audio and video call (coming soon)
  • Push notification (coming soon)

Installation

You can easily install this package from a public registry, such as NPM. Our latest version is 2.5.0.

//yarn
yarn add @ajariapps/chat-react

//npm
npm install @ajariapps/chat-react

If you want to downgrade to previous version, here is history of package version:

  1. 2.5.0 -> https://www.npmjs.com/package/@ajariapps/chat-react/v/2.5.0 (latest)
  2. 2.4.0 -> https://www.npmjs.com/package/@ajariapps/chat-react/v/2.4.0

If you want to see example detail of chat engine implementation, you may check through this github.

Rest of the documentation should be provided in this link.