summaryrefslogtreecommitdiffstats
path: root/articles/gun-1.0.0/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-28 11:34:39 +0100
committerLoïc Hoguin <[email protected]>2019-10-28 11:34:39 +0100
commit519eb0a32b217d088eae791b13f1bdf1d93801e8 (patch)
tree06e7f3f3e638b799ae71304c696eff1bf9c801c1 /articles/gun-1.0.0/index.html
parentd15d836ac8f6a3a2c3f5f8e5a9dfd11bd6253fee (diff)
downloadninenines.eu-519eb0a32b217d088eae791b13f1bdf1d93801e8.tar.gz
ninenines.eu-519eb0a32b217d088eae791b13f1bdf1d93801e8.tar.bz2
ninenines.eu-519eb0a32b217d088eae791b13f1bdf1d93801e8.zip
GitHub Sponsors
Diffstat (limited to 'articles/gun-1.0.0/index.html')
-rw-r--r--articles/gun-1.0.0/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/articles/gun-1.0.0/index.html b/articles/gun-1.0.0/index.html
index 4145f9e3..5e0da4c3 100644
--- a/articles/gun-1.0.0/index.html
+++ b/articles/gun-1.0.0/index.html
@@ -75,7 +75,7 @@
<p>Gun has existed for many years as the test client for Cowboy and is now mature enough to receive a proper version. Gun is battle tested by customers and other users but is not the most well tested client there is.</p>
<p>I have given the Cowboy treatment to the Gun manual: a separate page per function call with all kind of useful information, including examples. Since Gun provides an asynchronous interface, each message also has a separate manual page. Check it out: <a href="https://ninenines.eu/docs/en/gun/1.0/manual/">https://ninenines.eu/docs/en/gun/1.0/manual/</a></p>
<p>Gun 1.0 comes with a number of undocumented features that you are welcome to try out. They include content handlers which can be used to decode content on the fly or Websocket handlers for implementing protocols directly inside the Gun process. They will be documented as part of the next few releases.</p>
-<p>You can donate to this project via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. These funds are used to pay for additional servers for testing. A new server was added last month and allows me to test with additional Linux distributions Alpine, CentOS and Debian. Thanks in advance!</p>
+<p>You can donate to this project via <a href="https://github.com/sponsors/essen">GitHub Sponsors</a>. These funds are used to pay for additional servers for testing. A new server was added last month and allows me to test with additional Linux distributions Alpine, CentOS and Debian. Thanks in advance!</p>
<p>As usual, feedback is appreciated, and issues or questions should be sent via Github tickets. Thanks!</p>
@@ -89,6 +89,10 @@
+ <li><a href="https://ninenines.eu/articles/github-sponsors/">GitHub Sponsors</a></li>
+
+
+
<li><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></li>