Updated README.md and TOPICS.md
New HTTP section and added OkHttp to it.
This commit is contained in:
@ -16,6 +16,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Game Development](#game-development)
|
- [Game Development](#game-development)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
|
- [HTTP](#http)
|
||||||
- [IDE](#ide)
|
- [IDE](#ide)
|
||||||
- [JVM and JDK](#jvm-and-jdk)
|
- [JVM and JDK](#jvm-and-jdk)
|
||||||
- [JSON](#json)
|
- [JSON](#json)
|
||||||
@ -145,6 +146,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
* [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library.
|
* [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library.
|
||||||
* [Javalution](http://javolution.org/) - Library for real-time and embedded systems.
|
* [Javalution](http://javolution.org/) - Library for real-time and embedded systems.
|
||||||
|
|
||||||
|
## HTTP
|
||||||
|
|
||||||
|
*Libraries for working with HTTP.*
|
||||||
|
|
||||||
|
* [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications.
|
||||||
|
|
||||||
## IDE
|
## IDE
|
||||||
|
|
||||||
*Integrated development environments that try to simplify several aspects of development.*
|
*Integrated development environments that try to simplify several aspects of development.*
|
||||||
|
Reference in New Issue
Block a user