Skip to content

Files

Latest commit

 

History

History
74 lines (45 loc) · 1.71 KB

README.md

File metadata and controls

74 lines (45 loc) · 1.71 KB

Frappe Chat

Modern Chat application for the Frappe ecosystem

Table of Contents

Features

  1. Intuitive and modern UI/UX
  2. REST architecture
  3. Very lightweight
  4. Mobile First
  5. Guest and Admin view
  6. All functionalities of a chat app

Installation

Before installation

It is important to delete all the deprecated doctypes of the existing chat application in the framework.

To accomplish that, you would have to delete all the doctypes which has the prefix chat.

After this step is completed, you can proceed to install the application.

How to install

  1. Get the app from the repository.

    $ bench get-app chat https://github.com/codescientist703/frappe_chat
    
  2. Install the app on your site.

    $ bench --site your-site.local install-app chat
    

Usage

  1. On the portal pages, the guest will be prompted with this view.

    Welcome View

  2. The guest will have to fill a form and after that they will be prompted to the chatting space.

    Form View

  3. You can click the message icon on the navbar to open the chat admin view.

    Guest View

  4. Click on any room and start chatting right away.

    Admin Chat

  5. Create any private room and add users to it.

    New Room

  6. You can configure the required application settings in chat settings doctype.

    Chat Settings

License

MIT