TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Network programming with Go

81 点作者 newtonapple大约 14 年前

4 条评论

exch大约 14 年前
Interesting set of documents. Most of it isn't new to me, but I did find the chapter on character encodings interesting. Hope to see more of that.<p>"i18n and l10n are big topics in themselves. For example, they cover issues such as colours: while white means "purity" in Western cultures, it means "death" to the Chinese and "joy" to Egyptians. In this chapter we just look at issues of character handling."<p>While I generally make a concerted effort to supply decent unicode language support, I never really considered the part about colours and symbolism differences and how they may affect potential customers. This is probably something I should be investigating further.
pyrhho大约 14 年前
If you want a bit higher-level package web.go is interesting: <a href="http://www.getwebgo.com/" rel="nofollow">http://www.getwebgo.com/</a><p>(I was going to say it is excellent, but I haven't actually had a chance to build anything in it yet)
ay大约 14 年前
Very interesting set of docs. However, I think the language misses in two areas that have shown to be pain points:<p>* Blocking resolvers. They are a royal pain in an interactive GUI app. But I guess here the language goes with what the OS provides.<p>* The app developers usually do not care about the dirty underwear of the address families, and addresses, in general, when all they want is to use the reliable stream to a host of their choice. Connecting a socket to a host should be one line, not a half page of alphabet soup.<p>Also: there's a mention of SCTP. Great! Finally the world is not just bipolar UDP-TCP, at least in the book. But how to use it from the language API ? Raw socket only has an example for ICMP. Would have been great to see an example for SCTP. Or DCCP, for that matter.
StrawberryFrog大约 14 年前
Sounds cool, but the page times out.