Added Networking section, added framework Netty.

This commit is contained in:
jon-ruckwood
2014-07-16 09:41:46 +01:00
parent fdeff1fab7
commit 5c309cf411
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
- [Messaging](#messaging)
- [Miscellaneous](#miscellaneous)
- [Natural Language Processing](#natural-language-processing)
- [Networking](#networking)
- [ORM](#orm)
- [PDF](#pdf)
- [Security](#security)
@ -197,6 +198,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for a variety of tasks ranging from POS tagging to sentiment analysis.
* [Mallet](http://mallet.cs.umass.edu/) - Statistical natural language processing, document classification, clustering, topic modeling, etc.
## Networking
*Libraries for network programming.*
* [Netty](http://netty.io/) - A framework for building high performance network applications.
## ORM
*APIs which handle the persistence of objects.*

View File

@ -32,7 +32,6 @@
* Hardware
* Imagery
* Internationalization
* Networking
* News Feed
* Package Management
* Processes and Threads