Skip navigation

Sneak Peek of Netty 4.0 through Examples

Interested in the recent progress of Netty 4.0.0.Alpha1? If you did not have a chance to keep track of the recent massive API changes in the master, you might want to start from the examples I have just forward-ported.

The migration guide will be out and explain the new concepts and changes in 4.0, but basically you will find the code looks similar in most examples. For the rough list of changes in 4.0, please read this and this.

I would recommend you to load the whole project into your IDE and enjoy easier navigation. It does not build completely yet, but you can run many of the examples such as HTTP and WebSockets by yourself if your IDE allows running a project with compilation errors (Eclipse does.)

If you feel like participating into what is happening in Netty 4.0, it is really good time to join the developer group to give a quick feed back, ask questions, and suggest an idea. We are going to release the first alpha pretty soon!