-
Updated
Oct 28, 2020 - Go
micro-framework
Here are 310 public repositories matching this topic...
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 13, 2020 - Java
In our codebase, we push RequestContext
and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}
If RequestContext
provides run(Runnable)
or call(Callable)
we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));
This is inspired by g
-
Updated
Oct 30, 2020 - PHP
-
Updated
Jun 1, 2020 - PHP
-
Updated
Sep 4, 2020 - F#
-
Updated
Aug 11, 2020 - Ruby
-
Updated
Aug 24, 2017 - PHP
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 30, 2020 - PHP
-
Updated
May 15, 2020 - Swift
-
Updated
Sep 18, 2020 - Clojure
-
Updated
Aug 30, 2020 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
Oct 31, 2020 - Python
-
Updated
Oct 7, 2020 - Go
-
Updated
May 2, 2020 - C++
-
Updated
Jun 7, 2020 - Swift
-
Updated
Sep 23, 2020 - Swift
-
Updated
Aug 7, 2020 - Python
-
Updated
Sep 27, 2020 - C#
-
Updated
Oct 29, 2020 - Kotlin
-
Updated
Sep 14, 2020 - PHP
-
Updated
Aug 24, 2019 - PHP
-
Updated
Jul 26, 2020 - Swift
Improve this page
Add a description, image, and links to the micro-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micro-framework topic, visit your repo's landing page and select "manage topics."
Add minimalist frameworks for (or others):