Merge pull request #398 from s4kibs4mi/master

nanohttpd server added
This commit is contained in:
Andreas Kull
2016-08-20 22:43:07 +02:00
committed by GitHub

View File

@ -659,6 +659,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [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.
## Template Engine