<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《如何在Go语言中使用Websockets：最佳工具与行动指南》的评论</title>
	<atom:link href="http://tonybai.com/2019/09/28/how-to-build-websockets-in-go/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7717</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 26 Sep 2023 22:36:34 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7717</guid>
		<description>做了个临时修改，每篇文章打开时做一次search &amp; replace。这样一段时间后，应该就会替换完了。缺点：影响一些页面加载速度。</description>
		<content:encoded><![CDATA[<p>做了个临时修改，每篇文章打开时做一次search &amp; replace。这样一段时间后，应该就会替换完了。缺点：影响一些页面加载速度。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7716</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 26 Sep 2023 22:04:02 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7716</guid>
		<description>感谢提醒。</description>
		<content:encoded><![CDATA[<p>感谢提醒。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gopher</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7715</link>
		<dc:creator>gopher</dc:creator>
		<pubDate>Tue, 26 Sep 2023 08:04:23 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7715</guid>
		<description>项目连接变成非法网站了,最好看一下,别被请去喝茶了,业余项目那个 https://51smspush.com/</description>
		<content:encoded><![CDATA[<p>项目连接变成非法网站了,最好看一下,别被请去喝茶了,业余项目那个 <a href="https://51smspush.com/" rel="nofollow">https://51smspush.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7669</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 20 Jan 2023 09:21:37 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7669</guid>
		<description>任何一个开源软件都有其生命周期，生命周期长短视其性质、主要维护人/团队的个人喜好、项目知名度、社区参与度以及技术发展趋势等都有关。

像gorilla的websocket、mux等那样的小型库，随着时间的推移逐渐成熟，同时其社区规模肯定也无法与像k8s、linux这样的社区相比，并且也有其他替代品。

像mux开源已有10年，收获18k stars，已经是这个规模层次上非常成功的项目了。多数人在使用过程中都不会遇到什么问题了，即便有问题，自己fork一下，改改应该也没问题。作者这时将其archive也情有可原。</description>
		<content:encoded><![CDATA[<p>任何一个开源软件都有其生命周期，生命周期长短视其性质、主要维护人/团队的个人喜好、项目知名度、社区参与度以及技术发展趋势等都有关。</p>
<p>像gorilla的websocket、mux等那样的小型库，随着时间的推移逐渐成熟，同时其社区规模肯定也无法与像k8s、linux这样的社区相比，并且也有其他替代品。</p>
<p>像mux开源已有10年，收获18k stars，已经是这个规模层次上非常成功的项目了。多数人在使用过程中都不会遇到什么问题了，即便有问题，自己fork一下，改改应该也没问题。作者这时将其archive也情有可原。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：amtoor</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7668</link>
		<dc:creator>amtoor</dc:creator>
		<pubDate>Fri, 20 Jan 2023 01:33:52 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7668</guid>
		<description>Gorilla 在上个月宣布不再维护相关库了，我看声明里写的主要原因是主要维护人员离开，社区其他参与者贡献很少。想请教博主怎么看一个开源软件的发展历程呢？</description>
		<content:encoded><![CDATA[<p>Gorilla 在上个月宣布不再维护相关库了，我看声明里写的主要原因是主要维护人员离开，社区其他参与者贡献很少。想请教博主怎么看一个开源软件的发展历程呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7413</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sat, 18 Jan 2020 21:59:09 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7413</guid>
		<description>文中有标注：这是一篇译文。原文在https://yalantis.com/blog/how-to-build-websockets-in-go 因此，我这里并没有原文中涉及的全部源码。</description>
		<content:encoded><![CDATA[<p>文中有标注：这是一篇译文。原文在https://yalantis.com/blog/how-to-build-websockets-in-go 因此，我这里并没有原文中涉及的全部源码。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：wei</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7412</link>
		<dc:creator>wei</dc:creator>
		<pubDate>Fri, 17 Jan 2020 02:38:22 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7412</guid>
		<description>本文的源码能否公开一下？有些片段文中没有展示……</description>
		<content:encoded><![CDATA[<p>本文的源码能否公开一下？有些片段文中没有展示……</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7404</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sun, 24 Nov 2019 23:11:40 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7404</guid>
		<description>朋友，我真没见过国内那本译著在标题上写上”译“这个大字的。所有译文都在正文标明了原文出处。另外这个不叫”抄袭“，是分享。如果你觉得涉及版权问题，可以让原作者联系我，我会及时撤掉文章的。</description>
		<content:encoded><![CDATA[<p>朋友，我真没见过国内那本译著在标题上写上”译“这个大字的。所有译文都在正文标明了原文出处。另外这个不叫”抄袭“，是分享。如果你觉得涉及版权问题，可以让原作者联系我，我会及时撤掉文章的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：richard</title>
		<link>https://tonybai.com/2019/09/28/how-to-build-websockets-in-go/#comment-7403</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sat, 23 Nov 2019 15:58:51 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2777#comment-7403</guid>
		<description>抄袭国外文章，作者是不是可以写个“译”</description>
		<content:encoded><![CDATA[<p>抄袭国外文章，作者是不是可以写个“译”</p>
]]></content:encoded>
	</item>
</channel>
</rss>
