micro-framework
Here are 317 public repositories matching this topic...
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
-
Updated
Aug 23, 2021 - PHP
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
-
Updated
Aug 21, 2021 - Java
Currently, UnframedGrpcService returns an error message as plain text.
https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{
"code": "FAILED_PRECONDITION",
"message": "Input validatioAdd 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
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
An extensible micro-framework for PHP
-
Updated
Aug 25, 2021 - PHP
A native functional ASP.NET Core web framework for F# developers.
-
Updated
Jun 7, 2021 - F#
Rum based microframework for web development.
-
Updated
Aug 11, 2020 - Ruby
The modular web framework for Java and Kotlin
-
Updated
Aug 30, 2021 - Java
Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
-
Updated
Dec 25, 2020 - PHP
-
Updated
Sep 3, 2021 - PHP
-
Updated
Aug 8, 2021 - Swift
Micro-framework for data-driven architecture
-
Updated
Jun 17, 2021 - Clojure
Delightful, robust, cross-platform and chainable file-pathing functions.
-
Updated
Sep 1, 2021 - Swift
Silly CLI micro-framework based on Symfony Console
-
Updated
Aug 28, 2020 - PHP
werkzeug + twisted.web
-
Updated
Aug 30, 2021 - Python
High performance and extensible micro web framework. Zero memory allocations in hot paths.
-
Updated
Aug 26, 2021 - Go
A testing micro framework for creating function test doubles
-
Updated
Apr 14, 2021 - C++
Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework
-
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
.net core fast http and websocket gateway components
-
Updated
Dec 29, 2020 - C#
Functional-first toolkit for building brilliant ASP.NET Core applications using F#.
-
Updated
Aug 30, 2021 - F#
A lean framework stack for agile Web development based on Symfony and Vuetify
-
Updated
Sep 1, 2021 - PHP
Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
-
Updated
Aug 8, 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