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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best way for a beginner to learn Networks and Async Programming

2 点作者 lucasrp将近 12 年前
Hello averybody!<p>I've just finished Harvard's CS50 and MIT's 6.00x courses on edx. They are introdutory courses on Computer Science (the first one in C and the second one in Python).<p>I work as a P.O in a project, and attended this courses to understand better what my team does. The courses are excellent, and now i want to expand my studies in the area. In my project, we have code running on several machines, and i would like to understand better how they talk to each other (networking, event loops, async programming, basically).<p>I`ve found this course https://class.coursera.org/posa-001 (Pattern-Oriented Software Architectures for Concurrent and Networked Software), but it requires a more solid background on programming.<p>Any thoughts, sites, books, keywords, courses about the subject?

1 comment

jwong42将近 12 年前
Coursera also has a computer networks class - <a href="https://www.coursera.org/course/comnetworks" rel="nofollow">https://www.coursera.org/course/comnetworks</a>. It might be what you are looking for. I checked it out briefly before. I think it's pretty good. For real time web apps, this stackoverflow post might help - <a href="http://stackoverflow.com/questions/11077857/what-are-long-polling-websockets-server-sent-events-sse-and-comet" rel="nofollow">http://stackoverflow.com/questions/11077857/what-are-long-po...</a>.