diff --git a/README.md b/README.md index 95eb57f..2aefe2a 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/TOPICS.md b/TOPICS.md index cbdcb3e..eafe000 100644 --- a/TOPICS.md +++ b/TOPICS.md @@ -32,7 +32,6 @@ * Hardware * Imagery * Internationalization -* Networking * News Feed * Package Management * Processes and Threads