http-framework
Here are 22 public repositories matching this topic...
Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic
Test coverage 100%
SentryMiddleware
-
Updated
Jul 17, 2021 - Nim
-
Updated
Dec 19, 2019 - OCaml
-
Updated
May 11, 2021 - Java
-
Updated
Jun 22, 2021 - Go
-
Updated
Jun 17, 2021 - Go
Let's see if we need this? https://fossa.com/
-
Updated
Dec 16, 2020 - Nim
-
Updated
Jul 11, 2021 - Go
-
Updated
Mar 7, 2021 - C#
-
Updated
Jan 15, 2021 - TypeScript
-
Updated
May 2, 2021 - JavaScript
-
Updated
Dec 12, 2020 - PHP
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jun 2, 2021 - Ruby
-
Updated
Aug 1, 2021 - C++
-
Updated
Jun 2, 2021 - Python
-
Updated
Aug 29, 2020 - C
Improve this page
Add a description, image, and links to the http-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-framework topic, visit your repo's landing page and select "manage topics."
For the database layer, I am currently weighing up ODB, Oat++, SOCI, cppdb, and sqlpp11 [if sqlpp adds support for
CREATE TABLE]. You here at drogon seem to have your own [ORM](https://en.wikipedia.