Announcement:Visit NETTY.IO - our new web site!The Netty project is not part of JBoss.org anymore, and moved to http://netty.io/. |
|
Getting involved with the Netty community is easier than you think.
Tell us what you think, and open the future of network programming. |
Post questionsWe use StackOverflow as the place to ask the questions. Just tag your question with 'jboss-netty', and then we will respond. Note: You can browse the old mailing list archive to check if someone asked similar questions before. Stay tunedFollow @netty_project at Twitter, mention us, and use the '#netty' hashtag. Visit our team blog to get useful information. Report a bugFound a bug? Browse our issue tracker and file an issue if it was not reported before. Get back and let us know if it's fixed. Check out wikiOur wiki covers the topics that change more often. You will find some interesting information not available in the official web site, such as the list of the related 3rd party projects and services, and user (you!) contributed materials. Recommend to othersDid Netty help you a lot recently? Would you recommend it to your colleagues? Think about writing a testimonial to motivate us. Commit your codeNetty is hosted at Github. Feel free to fork it, issue a pull request, and join the discussion. Also, check out the recent project activities and our developer guide. Join the mailing listWe also have a Google Group dedicated to the project development. If you have something to say about the future of the project, this is the place. |
TestimonialNetty proved instrumental in the architecture of a replacement of an existing high-speed server that parses and caches live streaming quotes. Under stress tests, the new server could parse and store in excess of 260,000 quotes/sec, a figure not remotely possible with blocking I/O. Netty's well-documented API, excellent examples and first-class support made development a pleasure and unlocked the power of Java NIO. It is, hands-down, my first choice for a networking library. Greg Haines Ned Davis Research, Inc.
|