diff options
author | Loïc Hoguin <[email protected]> | 2015-03-22 15:26:09 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-03-22 15:26:09 +0100 |
commit | 2d1c3a7589d0f30cbbbf486dbb4385dd7392e912 (patch) | |
tree | a87879564fc876f24873299d72e360bcfdbeda43 /README.md | |
parent | cf3fbe19e3d19a40e0a1d15d8e36db3169a5c649 (diff) | |
download | gun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.tar.gz gun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.tar.bz2 gun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.zip |
Switch README to Asciidoc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 923fefe..0000000 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ -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. - -Sponsors --------- - -The project is currently sponsored by -[Kato.im](https://kato.im) and [Sameroom](https://sameroom.io). - -The SPDY implementation was sponsored by -[LeoFS Cloud Storage](http://www.leofs.org). - -Support -------- - - * Official IRC Channel: #ninenines on irc.freenode.net - * [Mailing Lists](http://lists.ninenines.eu) - * [Commercial Support](http://ninenines.eu/support) |