argh/README.md

14 lines
601 B
Markdown
Raw Normal View History

# argh net
> **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.
> **NOTE**
> The specification and implementation are not always updated at the same time and may therefore be out of sync.