From 8b6d164af1f5bdc9d7c178e1b115455be8dbbf75 Mon Sep 17 00:00:00 2001 From: ManuInDenWolken Date: Sun, 24 Jul 2022 16:55:05 +0200 Subject: [PATCH 1/2] Add Javalin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1c063cc..03fb8ee8 100644 --- a/README.md +++ b/README.md @@ -1125,6 +1125,7 @@ _Frameworks that handle the communication between the layers of a web applicatio - [Blade](https://github.com/lets-blade/blade) - Lightweight, modular framework that aims to be elegant and simple. - [Bootique](https://bootique.io) - Minimally opinionated framework for runnable apps. - [Firefly](http://www.fireflysource.com) - Asynchronous framework for rapid development of high-performance web application. +- [Javalin](https://javalin.io/) - A simple, lightweight and flexible framework for lightweight web applications. - [Jooby](http://www.jooby.org) - Scalable, fast and modular micro-framework that offers multiple programming models. - [Ninja](http://www.ninjaframework.org) - Full-stack web framework. - [Pippo](http://www.pippo.ro) - Small, highly modularized, Sinatra-like framework. From 8148ac713b27d43c96f0abb3e643555f47b8a140 Mon Sep 17 00:00:00 2001 From: aku Date: Sat, 22 Oct 2022 11:56:28 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fb8ee8..2ae50f46 100644 --- a/README.md +++ b/README.md @@ -1125,7 +1125,7 @@ _Frameworks that handle the communication between the layers of a web applicatio - [Blade](https://github.com/lets-blade/blade) - Lightweight, modular framework that aims to be elegant and simple. - [Bootique](https://bootique.io) - Minimally opinionated framework for runnable apps. - [Firefly](http://www.fireflysource.com) - Asynchronous framework for rapid development of high-performance web application. -- [Javalin](https://javalin.io/) - A simple, lightweight and flexible framework for lightweight web applications. +- [Javalin](https://javalin.io/) - Microframework for web applications. - [Jooby](http://www.jooby.org) - Scalable, fast and modular micro-framework that offers multiple programming models. - [Ninja](http://www.ninjaframework.org) - Full-stack web framework. - [Pippo](http://www.pippo.ro) - Small, highly modularized, Sinatra-like framework.