-
**Description**
I would like the ability to deploy Dart Frog to AWS Lambda. AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or …
-
## Description
Debugging on a Windows machine doesn't hit the breakpoints.
## Steps To Reproduce
1. Install dependencies (from: extensions/vscode):
```sh
npm i
```
2. Start the development host wit…
-
**Description**
As a developer, I want to be able to autogenerate a Dart API Client library based on my Dart Frog application code so that I can seamlessly integrate with my Dart Frog backend witho…
-
student crud
-
As a developer, I would like to use the `very_good_cli` to test my `dart_frog` applications. However, since a bulk of the code in `dart_frog` lives outside of the `lib` folder, it will not be caught b…
-
### Description
Right now we need to manually reload the page to see the change when hot reload triggered
Think that auto-reload the browser is a crucial part of good DX
### Requirements
- [ ] …
-
I just discovered dart_frog and it's awesome.
I'm new to using Dart on the backend, i'm used to node.js, using a tool named PM2 i can launch and monitor the node backend process and it automatical…
-
**Description**
It is my code
```dart
import 'dart:convert';
import 'dart:io';
import 'package:dart_frog/dart_frog.dart';
import 'package:http_parser/http_parser.dart';
import 'package:pa…
tbm98 updated
2 months ago
-
**Description**
Follow-up from https://github.com/VeryGoodOpenSource/dart_frog/pull/814#discussion_r1280290038.
Upon reload with `R`, there is no information given on how much time it took to re…
-
**Description**
1. Created security context for method serve(handler, ip, port, securityContext: securityContext) as listed in the documentation.
2. Ran the dev server using Dart Frog: Start and …