/textgroup

Example Erlang/OTP project: Telnet groupchat service

Primary LanguageErlangApache License 2.0Apache-2.0

Textgroup

CI

Textgroup is a groupchat service usable with TCP clients such as Telnet or Netcat. The purpose of this project is to serve as an example application for Erlang/OTP newcomers.

Requirements

Quick Test

The Textgroup service can be compiled and started with an Erlang shell by running the following command:

rebar3 shell

The service is stopped by calling q(). within that shell.

Continuous Integration

The results of continuous integration tests can be viewed on GitHub, including test suite logs and coverage analysis.

Documentation

There's documentation for users, operators, and developers on the Textgroup web site.