aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-04-14 07:48:57 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-04-14 07:48:57 -0700
commit4a0a2b1b34b31b2d7b9228bfb0fc6db3c6b0d252 (patch)
tree95e1af3130492688a8a98b2e6b69d295a35f0dba /README.md
parent6a66a9bbe058d0a345ceb94c6efd0209e4dabaca (diff)
downloadAndroidAsync-4a0a2b1b34b31b2d7b9228bfb0fc6db3c6b0d252.tar.gz
AndroidAsync-4a0a2b1b34b31b2d7b9228bfb0fc6db3c6b0d252.tar.bz2
AndroidAsync-4a0a2b1b34b31b2d7b9228bfb0fc6db3c6b0d252.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fa768c..9191485 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# AndroidAsync
-### AndroidAsync is a java.nio based socket and http library for Android.
+### Asynchronous socket, http (client+server), websocket, and socket.io library.
+
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.