Server WebSocket Clients, with Jetty
Previously I discussed how to write a Server which uses a persistent WebSocket Client, using the Netty framework to make things go. Netty is configured through establishing a Channel Pipeline, which is great if you need a very flexible system for handling network input and output. For most projects however, this sort of power can […]
Read More
Recent Comments