English • 简体中文 • हिन्दी • Español • Français • العربية • বাংলা • Português • Русский • اردو • Bahasa Indonesia • Deutsch • 日本語 • मराठी • Türkçe
A production-grade, asynchronous HTTP microservice and REST API written in 100% pure Sorayunara (
.sora).
- Pure
.soraimplementation: Powered bystd.http,std.time, andstd.os. - Health & Metrics Endpoints: JSON API routes for
/health,/metrics, and/api/v1/users. - Zero GC Overhead: High-throughput systems execution with zero memory leaks.
sorayunara run src/main.sorasorayunara build src/main.sora --releasesorayunara-http-service/
├── sorayunara.toml # Project manifest & metadata
├── .gitattributes # GitHub Linguist language mapping
├── README.md # Project documentation
└── src/
└── main.sora # Service router, HTTP handler, & main entrypoint
Built with Sorayunara (.sora). • Sorayunara Official Repository