A modular chat bridge! - Core
| resources | ||
| .gitignore | ||
| actions.go | ||
| buildall.sh | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| logo.txt | ||
| Makefile | ||
| mandelbrot.go | ||
| metrics.go | ||
| queue.go | ||
| README.md | ||
| structs.go | ||
mandelBRot
A modular chat bridge!
Note
This is only the core, for platforms, view the
and install the plugins for them.
Requirements
Usage
- A UNIX-like OS (Linux, FreeBSD, OpenBSD, NetBSD)
Important
mandelBRot does not support Windows, it uses UNIX sockets to communicate with plugins.
Building
- Go 1.25 and newer
- Make
Building
make # Simplest way
make GOOS=freebsd # Build for different OS
make GOARCH=arm64 # Build for different architecture