aim_server 0.1.0
aim_server: ^0.1.0 copied to clipboard
A lightweight, fast web framework for Dart with routing, middleware and hot reload during development.
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 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.