aim_server

A lightweight and fast web server framework for Dart.

Documentation | pub.dev

Overview

aim_server is the core package of the Aim framework. It provides a simple yet powerful API for building web servers and RESTful APIs in Dart with support for routing, middleware, request/response handling, and environment variables. Built on Dart's native HTTP server for optimal performance.

Installation

dependencies:
  aim_server: ^0.0.6

Documentation

For detailed usage, examples, and API reference, see the documentation.

Libraries

aim_server