aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-03-22 15:26:09 +0100
committerLoïc Hoguin <[email protected]>2015-03-22 15:26:09 +0100
commit2d1c3a7589d0f30cbbbf486dbb4385dd7392e912 (patch)
treea87879564fc876f24873299d72e360bcfdbeda43 /README.asciidoc
parentcf3fbe19e3d19a40e0a1d15d8e36db3169a5c649 (diff)
downloadgun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.tar.gz
gun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.tar.bz2
gun-2d1c3a7589d0f30cbbbf486dbb4385dd7392e912.zip
Switch README to Asciidoc
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
new file mode 100644
index 0000000..7715978
--- /dev/null
+++ b/README.asciidoc
@@ -0,0 +1,29 @@
+= Gun
+
+Gun is an Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
+
+== 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
+developers to focus on writing their code without worrying.
+
+== Sponsors
+
+The project is currently sponsored by
+https://kato.im[Kato.im] and https://sameroom.io[Sameroom].
+
+The SPDY implementation was sponsored by
+http://www.leofs.org[LeoFS Cloud Storage].
+
+== Support
+
+* Official IRC Channel: #ninenines on irc.freenode.net
+* http://lists.ninenines.eu[Mailing Lists]
+* http://ninenines.eu/support[Commercial Support]