An open API service indexing awesome lists of open source software.

https://github.com/vanheemstrasystems/exo-chat-headstart

Exo Chat - Headstart
https://github.com/vanheemstrasystems/exo-chat-headstart

Last synced: 5 months ago
JSON representation

Exo Chat - Headstart

Awesome Lists containing this project

README

          

exo-chat-headstart
# Exo Chat - Headstart

Based on "Exo Chat" at https://docs.exoplatform.org/en/6.2/Chat.html

See also "Codenvy Contribution Factory with eXo Chat" at https://www.youtube.com/watch?v=QCjuoBQvPnk from 31:15

See also "Exo Docker Image" at https://hub.docker.com/r/exoplatform/exo-community/

See also "Exo Chat Server (Docker)" at https://github.com/exo-docker/exo-chat-server

eXo Chat is an instant messaging application that allows users to sync up and take action quickly. Tightly integrated since eXo Platform 4, eXo Chat empowers the real-time collaboration among teams and individuals.

Here is summary of what eXo Chat brings:

Discussions: Create quick conversation with your contacts, from group to specific person.

Status: Don’t want to be interrupted, or not in the mood for a chat? Simply change your status from the Chat menu or directly in the chat window.

Favorites: Add or remove your contacts to/from the favorites list with one click.

Collaboration: Leverage collaboration with a set of actions (creating an event/task, sharing a link/file, asking a question or raising your hand), directly within eXo Chat.

Notifications: Follow notifications sent to you in real time, read and answer messages immediately or later when you are free.

Recording: Save your discussions from the beginning to the end that can be exported to a wiki page or sent to emails.

## 100 - Introduction

Usage

```
docker run -ti -p 8080:8080 -e CHAT_PASSPHRASE=changeme --link mongo:mongo exoplatform/chat-server:latest
```

A sample Docker Compose file is also available to start eXo Chat Server + MongoDB ( https://github.com/exo-docker/exo-chat-server/blob/master/docker-compose.yml ) :

```
docker-compose -f ./docker-compose.yml up
```