micro-framework
Here are 317 public repositories matching this topic...
-
Updated
Oct 5, 2021 - PHP
-
Updated
Aug 21, 2021 - Java
If a user performs a blocking task in decorator chains or services, they have to 1) submit a task to a blocking task executor,
2) pass the result to a CompletableFuture and 3) wrap the CompletableFuture with HttpResponse.from().
sb.serviceUnder("/web", service.decorate((delegate, ctx, req) -> {
CompletableFuture<HttpResponse> future = new CompletableFuture<>();
ctx.blAdd minimalist frameworks for (or others):
- Framework for CSS
- Web Framework for C
- Database framework for PHP
- Frameworks for Front-end JS
- Web framework for Go
- Web framework for Haskell
- Web framework for Java
- Web framework for JavaScript
- Web framework for Lua
- Web framework for Node.js
- Web framework for Perl
- Web framework for PHP
- Web framework for Python
- Web f
-
Updated
Jun 3, 2021 - PHP
-
Updated
Aug 25, 2021 - PHP
-
Updated
Sep 23, 2021 - F#
-
Updated
Aug 11, 2020 - Ruby
-
Updated
Oct 4, 2021 - Java
-
Updated
Dec 25, 2020 - PHP
-
Updated
Oct 6, 2021 - PHP
-
Updated
Jun 17, 2021 - Clojure
-
Updated
Sep 27, 2021 - Swift
-
Updated
Sep 1, 2021 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
Oct 4, 2021 - Python
-
Updated
Sep 16, 2021 - Go
-
Updated
Sep 27, 2021 - C++
-
Updated
Mar 2, 2021 - Python
-
Updated
Jan 3, 2021 - Swift
TODO Hunting
IMPORTANT: Version 2 will have very deep changes, so some modules will be completely rewritten, it is safe to work on hexagon_core for this task, but for other modules, please contact me first.
The code has hidden tasks, lingering among the source files... Waiting for someone to tackle them.
Would you be the brave developer to finish them?
This issue is an everlasting effort to clean th
-
Updated
Jun 7, 2020 - Swift
-
Updated
Sep 10, 2021 - C#
-
Updated
Sep 24, 2021 - F#
-
Updated
Sep 1, 2021 - PHP
-
Updated
Sep 24, 2021 - PHP
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."
Checklist
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.:
e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))I am not saying that it is a common use case to have