java-tutorials/libraries-server/README.md

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)