Giter Club home page Giter Club logo

realmq-customer-messaging's Introduction

RealMQ Customer Messaging

Build Status code style: prettier MIT license

A customer messaging reference implementation on top of RealMQ's instant messaging backbone.

See Live Demo

About

RealMQ is a highly scalable, privacy compliant real-time communication backbone. Our focus is to deliver great service with best possible integrability while you keep full control over your data.

Contact

Get in touch with us to get an RealMQ account set up. You can do that by sending an email to [email protected].

Getting started

First install dependencies:

$ yarn

Build the vue apps (agent & chat-widget)

$ yarn dist

Start the express app

$ yarn start

Configuration

The app can be configured via environment variables and/or .env file.

$ cp .env.tpl .env
Env Var Description Default
REALMQ_TOKEN Realmq admin token for setup and managing clients, channels, messaging.
๐Ÿ‘‰ This configuration variable is REQUIRED
-
REALMQ_HOST Can be set to custom realmq deployment. -
PORT http port the server will listen to 8080
AGENT_USERNAME Username required to access /agent agent
AGENT_PASSWORD Password of the agent user password

LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.

realmq-customer-messaging's People

Contributors

alrik avatar baranga avatar derlarsen avatar

Watchers

 avatar  avatar  avatar  avatar

realmq-customer-messaging's Issues

Allow multiple agent instances

Right now the agent view can only be accessed on a single browser tab. If opened on multiple tabs or by multiple users the agent view will start to flicker because of connection collisions.

Fix multi-agent / multi-tab issue

Currently it's not possible to open the agent app in 2 browsers/tabs at the same time due to the usage of the same access token for the MQTT connection.

Test

This is a test issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.