Merge branch 'master' into bael-16656

This commit is contained in:
Josh Cummings
2019-10-26 15:37:05 -06:00
committed by GitHub
parent db85c8f275
commit 0be2175c89
20539 changed files with 1643630 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
## Server
This module contains articles about server libraries.
### Relevant Articles:
- [Embedded Jetty Server in Java](https://www.baeldung.com/jetty-embedded)
- [Introduction to Netty](https://www.baeldung.com/netty)
- [Exceptions in Netty](https://www.baeldung.com/netty-exception-handling)
- [Programmatically Create, Configure and Run a Tomcat Server](https://www.baeldung.com/tomcat-programmatic-setup)
- [Creating and Configuring Jetty 9 Server in Java](https://www.baeldung.com/jetty-java-programmatic)
- [Testing Netty with EmbeddedChannel](https://www.baeldung.com/testing-netty-embedded-channel)
- [MQTT Client in Java](https://www.baeldung.com/java-mqtt-client)
- [Guide to XMPP Smack Client](https://www.baeldung.com/xmpp-smack-chat-client)
- [A Guide to NanoHTTPD](https://www.baeldung.com/nanohttpd)