jael Documentation This Repository jael A simple server-side HTML templating engine for Dart. Though its syntax is but a superset of HTML, it supports features such as: ...
README README This is the documentation for Angel , a backend framework in the Dart language.This website consists of multiple guides and pages about features within...
PostgreSQL support is provided by way of package:angel_orm_postgres .The PostgreSQLExecutor implements QueryExecutor , and takes care ofrunning prepared queries, and passing valu...
html Installation Usage html A plug-in that allows you to return html_builder AST's from request handlers, and have them sent as HTML automatically. package:html_builder...
Getting Started First Steps Project Setup Launching an HTTP Server Adding a Route Route Handlers Printing Headers Reading Request Bodies Adding an Error Handler Conclusion...