KevinGilmore ffe8422ca2 BAEL-3908: Update README file (#9141)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article
2020-04-18 21:15:05 -05:00

17 lines
878 B
Markdown

## 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)
- [HTTP/2 in Jetty](https://www.baeldung.com/jetty-http-2)