aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:37:55 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:37:55 -0700
commita57e7299e3b0b1a85493bfed9f0e8e369a791f52 (patch)
tree354e47e69f6aecb515836c1d4e2bd4a3c23e2cd9 /README.md
parentaa1d1dcd7b0b3383e601193ec8de7da707039a35 (diff)
downloadAndroidAsync-a57e7299e3b0b1a85493bfed9f0e8e369a791f52.tar.gz
AndroidAsync-a57e7299e3b0b1a85493bfed9f0e8e369a791f52.tar.bz2
AndroidAsync-a57e7299e3b0b1a85493bfed9f0e8e369a791f52.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index e36aa9f..c031c36 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,5 @@
# AndroidAsync
-#### Features
- * Based on NIO. One thread, driven by callbacks. Highly effecient.
- * All operations return a Future that can be cancelled
- * Socket client + socket server
- * HTTP client + server
- * WebSocket client + server
- * Socket.IO client
-
AndroidAsync is meant to be a low level protocol library. I have built an easy to use, higher level, Android aware,
http request library on top of AndroidAsync called [Ion](https://github.com/koush/ion). The typical Android
app developer would probably be more interested in Ion.
@@ -15,6 +7,13 @@ app developer would probably be more interested in Ion.
But if you're looking for a raw Socket, HTTP client/server, WebSocket, and Socket.IO library for Android, AndroidAsync
is it.
+#### Features
+ * Based on NIO. One thread, driven by callbacks. Highly effecient.
+ * All operations return a Future that can be cancelled
+ * Socket client + socket server
+ * HTTP client + server
+ * WebSocket client + server
+ * Socket.IO client
### Download