argh/README.md

14 lines
604 B
Markdown
Raw Permalink Normal View History

# argh net
2025-09-27 21:52:32 +02:00
> [!WARNING]
> This project is in an **EXPERIMENTAL** stage where things change all the time. Do not use (yet).
This project aims to develop a specification and software suite for the easy creation of distributed networks on top of websockets, specifically for **broadcasting** text messages.
The goal of this implementation is not to be very efficient or sophisticated, but instead attempts to "just work".
See [SPEC.md](./SPEC.md) for the specification.
2025-09-27 21:52:32 +02:00
> [!IMPORTANT]
> The specification and implementation are not always updated at the same time and may therefore be out of sync.