aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-22 10:39:50 +0200
committerLoïc Hoguin <[email protected]>2013-08-22 10:40:59 +0200
commit018e392f3a47a82bb41eb345933ec5cfa2490d38 (patch)
tree68b2d6bf25525b634d1c21ec5c60f10919a2e712 /README.md
downloadgun-018e392f3a47a82bb41eb345933ec5cfa2490d38.tar.gz
gun-018e392f3a47a82bb41eb345933ec5cfa2490d38.tar.bz2
gun-018e392f3a47a82bb41eb345933ec5cfa2490d38.zip
Initial commit with working SPDY client
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fef5da4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+Gun
+===
+
+Gun is an asynchronous SPDY, HTTP and Websocket client.
+
+Goals
+-----
+
+Gun aims to provide an **easy to use** client compatible with
+HTTP, SPDY and Websocket.
+
+Gun is **always connected**. It will maintain a permanent
+connection to the server, reopening it as soon as the server
+closes it, saving time for the requests that come in.
+
+All connections are **supervised** automatically, allowing
+the developer to focus on writing his code without worrying.
+
+Support
+-------
+
+ * Official IRC Channel: #ninenines on irc.freenode.net
+ * [Mailing Lists](http://lists.ninenines.eu)
+ * [Commercial Support](http://ninenines.eu/support)