12 lines
746 B
Markdown
Raw Normal View History

2019-08-02 22:17:52 +08:00
## Relevant Articles:
- [Embedded Jetty Server in Java](http://www.baeldung.com/jetty-embedded)
- [Introduction to Netty](http://www.baeldung.com/netty)
- [Exceptions in Netty](http://www.baeldung.com/netty-exception-handling)
2019-04-11 15:08:58 +08:00
- [Programmatically Create, Configure and Run a Tomcat Server](http://www.baeldung.com/tomcat-programmatic-setup)
- [Creating and Configuring Jetty 9 Server in Java](http://www.baeldung.com/jetty-java-programmatic)
2018-09-01 13:40:58 +03:00
- [Testing Netty with EmbeddedChannel](http://www.baeldung.com/testing-netty-embedded-channel)
- [MQTT Client in Java](https://www.baeldung.com/java-mqtt-client)
2019-02-05 17:07:14 +05:30
- [Guide to XMPP Smack Client](https://www.baeldung.com/xmpp-smack-chat-client)
2019-08-02 22:17:52 +08:00
- [A Guide to NanoHTTPD](https://www.baeldung.com/nanohttpd)