micro-framework
Here are 312 public repositories matching this topic...
-
Updated
Apr 29, 2021 - PHP
-
Updated
Mar 11, 2021 - Java
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
JSON Lines is another JSON serialization format that can send a stream of JSON data.
Currently, Armeria only supports JSON Text sequences format using [JsonTextSequences](https://github.com/line/armeria/blob/67c25e242e8604331bdd8696a97d26604eb114af/core/src/main/java/com/linecorp/armeria/server/streaming/JsonTextSequences.java
Foundation v8.27.0 added support for parallel testing in the test command. However, this is currently broken as per the notes in laravel-zero/foundation#52.
The issue
-
Updated
Apr 24, 2021 - PHP
-
Updated
Apr 27, 2021 - F#
-
Updated
Aug 11, 2020 - Ruby
-
Updated
Apr 30, 2021 - Java
-
Updated
Dec 25, 2020 - PHP
-
Updated
May 2, 2021 - PHP
-
Updated
May 15, 2020 - Swift
-
Updated
Dec 13, 2020 - Clojure
-
Updated
Apr 30, 2021 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
May 1, 2021 - Python
-
Updated
Apr 29, 2021 - Go
-
Updated
Apr 14, 2021 - C++
-
Updated
Mar 2, 2021 - Python
-
Updated
Jan 3, 2021 - Swift
-
Updated
Jun 7, 2020 - Swift
TODO Hunting
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 the code of small tasks here and there. It won't be ever finished and stay on the 'Working' column potentially forever.
If you want to close a TODO, please reference this issue in the PR.
Most of
-
Updated
Dec 29, 2020 - C#
-
Updated
Apr 29, 2021 - PHP
-
Updated
Apr 10, 2021 - F#
-
Updated
Mar 2, 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