Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
hAthena
Description
This is a project to test how well Haskell fits a production based server.
This is by no means an alternative to rAthena and will not aim to be.
Key features by using functional programming:
- Concurrency and Parallelism
The server will spawn a light thread per client connected and script executed.
- STM
Memory is easy to share over all the threads, easy to keep apart and when needed to switch between the both.
- Strict typesystem
You can't send the...