Modern Chat application for the Frappe ecosystem
- Intuitive and modern UI/UX
- REST architecture
- Very lightweight
- Mobile First
- Guest and Admin view
- All functionalities of a chat app
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.
-
Get the app from the repository.
$ bench get-app chat https://github.com/codescientist703/frappe_chat
-
Install the app on your site.
$ bench --site your-site.local install-app chat
-
On the portal pages, the guest will be prompted with this view.
-
The guest will have to fill a form and after that they will be prompted to the chatting space.
-
You can click the message icon on the navbar to open the chat admin view.
-
Click on any room and start chatting right away.
-
Create any private room and add users to it.
-
You can configure the required application settings in chat settings doctype.
MIT