Skip to content

It came from an idealistic idea to use C++ as the backend for web development. The project is currently still for personal use and in the testing phase.

License

Notifications You must be signed in to change notification settings

AtokTajuddin/aren-framework

Repository files navigation

Aren Framework

A Simple C++ Web Framework, support REST API Development

Features (In-Development)

  • Zero Setup : Header-only,dependencies auto-download
  • Microservice Ready : Sub-routers & health checks
  • Security built-in : JWT,CORS,Rate Limiting

Quick Start (~5 minutes)

# Install CLI
curl -L https://github.com/yourusername/aren-framework/releases/latest/download/aren -o /usr/local/bin/aren
chmod +x /usr/local/bin/aren

# Create project
aren new my-api
cd my-api

# Run dev server
aren dev

About

It came from an idealistic idea to use C++ as the backend for web development. The project is currently still for personal use and in the testing phase.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published