Added Networking section, added framework Netty.
This commit is contained in:
@ -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.*
|
||||
|
Reference in New Issue
Block a user