revali_server 1.7.0 copy "revali_server: ^1.7.0" to clipboard
revali_server: ^1.7.0 copied to clipboard

A Revali Server Construct to generate server code using `revali_router`

Revali Server #

Revali Server is a "Server Construct" that generates server-side code for Revali applications. It provides a way to define routes, middleware, and other server-side logic in a type-safe way. Inspired by NestJS, Revali Server uses annotations to define routes, middleware, guards and other server-side logic.

Example #

import 'package:revali_router/revali_router.dart';

@Controller('hello')
class HelloController {
  const HelloController();

  @Get()
  String hello() {
    return 'Hello, World!';
  }
}

Documentation #

Check out the documentation for more information on how to use Revali Server.

1
likes
0
points
143
downloads

Publisher

verified publisherrevali.dev

Weekly Downloads

A Revali Server Construct to generate server code using `revali_router`

Repository (GitHub)
View/report issues

Topics

#revali #construct #backend #api

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

analyzer, change_case, code_builder, collection, dart_style, path, revali_annotations, revali_construct, revali_core, revali_router, revali_router_annotations, revali_router_core

More

Packages that depend on revali_server