aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:31:56 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:31:56 -0700
commitbd83488d8e6a128118b40fa3974010581962d94e (patch)
treec11db6fc804b670019d870e5e42d0283070feb19 /README.md
parent9d7901138829cf16a2a2c22aa529c95ef322da43 (diff)
downloadAndroidAsync-bd83488d8e6a128118b40fa3974010581962d94e.tar.gz
AndroidAsync-bd83488d8e6a128118b40fa3974010581962d94e.tar.bz2
AndroidAsync-bd83488d8e6a128118b40fa3974010581962d94e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 732ba11..a4d33e7 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@
It uses java.nio to manage connections. All the connections are thus managed on a *single* thread, rather than one per thread.
NIO is extremely efficient.
+AndroidAsync is meant to be a low level protocol library. I have built a useful higher level, Android aware,
+http request library built on top of AndroidAsync called [Ion](https://github.com/koush/ion). The average end developer
+will probably be more interested in that.
+
+But if you're looking for a raw Socket, HTTP, WebSocket, and Socket.IO library for Android, this is it.
+
### Download