Skip to content

Repository files navigation

🚀 Sorayunara High-Performance Microservice

English简体中文हिन्दीEspañolFrançaisالعربيةবাংলাPortuguêsРусскийاردوBahasa IndonesiaDeutsch日本語मराठीTürkçe

A production-grade, asynchronous HTTP microservice and REST API written in 100% pure Sorayunara (.sora).


⚡ Features

  • Pure .sora implementation: Powered by std.http, std.time, and std.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.

🛠️ Quickstart

1. Run using the Sorayunara Toolchain

sorayunara run src/main.sora

2. Compile to Native Machine Code

sorayunara build src/main.sora --release

📂 Project Structure

sorayunara-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

About

🚀 High-Performance Microservice and REST API written in 100% pure Sorayunara (.sora)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors