diff options
author | Loïc Hoguin <[email protected]> | 2013-08-23 23:20:34 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-08-23 23:20:34 +0200 |
commit | 473dbb5ce698f5128858df1c85c33a696a0a0bbc (patch) | |
tree | 8eb307843169018944b2cb60f401c317bc224afc /guide/toc.md | |
parent | b4ba5a69fc7e60a51d8f42e6576c0bb090a720ba (diff) | |
download | gun-473dbb5ce698f5128858df1c85c33a696a0a0bbc.tar.gz gun-473dbb5ce698f5128858df1c85c33a696a0a0bbc.tar.bz2 gun-473dbb5ce698f5128858df1c85c33a696a0a0bbc.zip |
First draft of the guide
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md new file mode 100644 index 0000000..00bd6bd --- /dev/null +++ b/guide/toc.md @@ -0,0 +1,11 @@ +Gun User Guide +============== + +The Gun User Guide explains in details how the Gun client +should be used for communicating with Web servers. + + * [Introduction](introduction.md) + * [Connection](connect.md) + * [Supported protocols](protocols.md) + * [Using HTTP](http.md) + * [Using Websocket](websocket.md) |