You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-12
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
Asynchronous Game Query Library
2
2
===============================
3
3
4
-
> **NOTE:** This project is still a work in-progress and no stable releases are available at the moment. Most of the features are fully functional and available. If you want to try it out you can download the latest builds from the snapshots repository (See Project Resources section)
4
+
> **NOTE:** This project is still a work in-progress so there is no stable release available at the moment. Most of the features are already fully functional. If you want to try it out you can download the latest builds from the snapshots repository (See Project Resources section)
As the name suggests, it's a game query library which provides a convenient way for java clients to execute asynchronous requests to game servers/services. It's built on top of [Netty](https://github.com/netty/netty) as it's core transport engine and use [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) for web services.
8
+
As the name suggests, it's a game query library which provides a convenient way for java programs to execute asynchronous requests to game servers/services. It's built on top of [Netty](https://github.com/netty/netty) as it's core transport engine and use [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) for web services.
9
+
10
+

0 commit comments