nanohttpd server added

This commit is contained in:
Sakib Sami
2016-07-31 12:24:04 +06:00
parent d0a32b78ea
commit 4db1255da1

View File

@ -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. * [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 * [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. * [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 ## Template Engine