mnml-daemon

command module
v0.0.0-...-d766508 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2017 License: BSD-3-Clause Imports: 12 Imported by: 0

README

Minimal Chat daemon

GoDoc Build Status Coverage Status


Minimal Chat is an open source live chat system providing live one on one messaging to a website visitor and an operator.

Minimal Chat is:

  • minimal: simple, lightweight, accessible
  • extensible: modular, pluggable, hookable, composable

Minimal Chat daemon is the central server providing API endpoints for operator extensions like Slack, IRC, etc. It also provides the socket.io endpoints that the web clients connect to when on a Minimal Chat enabled website.

Installation

Download the prebuilt binaries available in the releases section or clone the repo and build using Go >=1.6.

> curl -L https://github.com/minimalchat/mnml-daemon/releases/download/v1.0.0/mnml.tar.gz
> tar -zxvf mnml.tar.gz
> cd mnml/bin
> mnml -host 0.0.0.0 -port 8080
Usage
> mnml-daemon
mnml-daemon runs the socket and API daemon

Find more information at https://github.com/minimalchat/mnml-daemon

Flags:
  -host address
        The address to which serve socket and API requests on
  -port number
        The port number to use in conjunction with the host address

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package store provides an in-memory key-value store.
Package store provides an in-memory key-value store.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL