aim_server 0.2.0
aim_server: ^0.2.0 copied to clipboard
Run Aim web applications on the Dart VM with dart:io HttpServer. Re-exports aim_core.
aim_server #
A lightweight and fast web server framework for Dart.
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 type-safe context 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.