Statix is a modern, high-performance server application written in Go.
- Fast and lightweight
- Modular architecture
- Easy to deploy and configure
- Go 1.20 or newer
Clone the repository:
git clone https://github.com/yourusername/statix.git
cd statixgo build -o statix ./cmd/statix
./statixOr run directly:
go run ./cmd/statixcmd/- Main applications for this projectinternal/- Private application and library codepkg/- Public librariesdocs/- Documentation
Describe configuration options here.
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.