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.
- Erlang/OTP (22 or newer).
- Rebar3 (3.16.0 or newer).
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.
The results of continuous integration tests can be viewed on GitHub, including test suite logs and coverage analysis.
There's documentation for users, operators, and developers on the Textgroup web site.