micro-framework
Here are 322 public repositories matching this topic...
-
Updated
May 8, 2022 - PHP
-
Updated
Feb 19, 2022 - Java
AnnotatedServiceBindingBuilder
and VirtualHostAnnotatedServiceBindingBuilder
currently don't share a common interface for its methods, such as pathPrefix()
and exceptionHandlers()
. This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters
, we could prevent such a mistake.
Add 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
Mar 9, 2022 - PHP
-
Updated
Mar 24, 2022 - PHP
-
Updated
Apr 9, 2022 - F#
-
Updated
May 10, 2022 - Java
-
Updated
Oct 22, 2021 - Ruby
-
Updated
Dec 25, 2020 - PHP
-
Updated
Feb 13, 2022 - PHP
-
Updated
Jun 17, 2021 - Clojure
-
Updated
Nov 15, 2021 - Swift
-
Updated
Sep 1, 2021 - Swift
-
Updated
May 10, 2022 - Go
-
Updated
Feb 20, 2022 - PHP
-
Updated
May 9, 2022 - Python
-
Updated
Apr 30, 2022 - C++
-
Updated
Dec 14, 2021 - Python
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
Jan 3, 2021 - Swift
-
Updated
Jun 7, 2020 - Swift
-
Updated
Sep 10, 2021 - C#
-
Updated
May 3, 2022 - F#
-
Updated
Jan 21, 2022 - PHP
-
Updated
Dec 3, 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