Textgroup
View SourceTextgroup 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
- Erlang/OTP (22 or newer).
- Rebar3 (3.16.0 or newer).
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.