https://github.com/frappe/chat
Modern Chat App for Frappe
https://github.com/frappe/chat
chat frappe-framework hacktoberfest
Last synced: 4 months ago
JSON representation
Modern Chat App for Frappe
- Host: GitHub
- URL: https://github.com/frappe/chat
- Owner: frappe
- License: other
- Archived: true
- Created: 2021-06-29T11:49:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T08:17:30.000Z (over 1 year ago)
- Last Synced: 2024-09-02T08:04:52.687Z (8 months ago)
- Topics: chat, frappe-framework, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 2.63 MB
- Stars: 106
- Watchers: 21
- Forks: 129
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-frappe - Chat - Modern chat for your Frappe deployments. (Uncategorized / Uncategorized)
README
### Project Status
This app is unmaintained. We recommend using [Raven](https://github.com/The-Commit-Company/raven) instead.
---
![]()
# Frappe Chat

Modern Chat application for the Frappe ecosystem.
Supports Frappe version 13 and develop.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)## Features
1. Intuitive and modern UI/UX
2. REST architecture
3. Very lightweight
4. Mobile First
5. Guest and Admin view
6. Dark mode support
7. All functionalities of a chat app## Installation
1. Get the app from the repository.
```
bench get-app 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.

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

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

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

5. Chat with any user on the site.

6. Create any private room.

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

## License
MIT