jaguar
jaguar copied to clipboard
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Swagger API specification must be generated from metadata parsed during code generation
Hi @tejainece , I reach here following what is done in the dart community. Perhaps, you could be interested in participating in https://github.com/the-benchmarker/web-frameworks. The idea of this project is to...
比如这个name变量,我怎么赋值给index.html展示呢。 var name = '我是一个变量'; final server = Jaguar(address: "172.16.90.24", multiThread: true); server.addRoute(serveFlutterAssets()); await server.serve(logRequests: true); server.log.onRecord.listen((r) => print(r)); `< body> how to show name? `
Uploading large files will prompt "out of memory" bug