From a57e7299e3b0b1a85493bfed9f0e8e369a791f52 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 4 Jul 2013 15:37:55 -0700 Subject: Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3