From 4db1255da14f4a2411655a1bf6ea0027e4324426 Mon Sep 17 00:00:00 2001 From: Sakib Sami Date: Sun, 31 Jul 2016 12:24:04 +0600 Subject: [PATCH] nanohttpd server added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42667c8..d701f2f 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Jetty](http://www.eclipse.org/jetty/) - Lightweight, small server, often embedded in projects. * [WebSphere Liberty](https://developer.ibm.com/wasdev/) - Lightweight, modular server developed by IBM * [WildFly](http://www.wildfly.org/) - Formerly known as JBoss and developed by Red Hat with extensive Java EE support. +* [nanohttpd](https://github.com/NanoHttpd/nanohttpd) - Tiny, easily embeddable HTTP server in Java & Android ## Template Engine