Skip to content

liverecord/liverecord

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LiveRecord

Latest release Build Status Releases David Contributors

English | Русский

Spicy mix of chat and forum designed for intense communication. Can be used as your community support site, forum, online consulting service, FAQ.

This project will be useful for people who wants to discuss subjects right now, for example: doctors, talking publicly to multiple patients about the same topic or lawyers, or shopping consultants.

Demo

Demo

Features

  • live discussions on topics, like Slack or Discord
  • ability to make online calls and discuss topic face-to-face
  • ability to share pictures and documents, other files
  • visual editor for comments and topics, very good support of various comments formatting
  • browser push, sound notifications or email notifications if user offline
  • public and private topics
  • private topic can be for group of people or just with one person

Documentation

Documentation

Setup

There is 2 options of setup:

Getting started using Docker Compose

  1. Install Docker
  2. Install Docker Compose
  3. Clone project and run in project root directory and run docker-compose up. Now you can get some coffee. Open localhost:8914.

All set.

docker run -p 27017:27017 -d mongo:latest