TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js explained by Ryan Dahl

26 pointsby nrubabout 15 years ago

3 comments

papertigerabout 15 years ago
Great video.<p>Just a warning to any viewers: I think it might be a bit out of date now. I don't think node has promises anymore and I think they also have blocking and non-blocking versions for most operations (meaning callbacks are optional).
Dunearhpabout 15 years ago
It is an interesting video.<p>Quick summary: Node.js is a program/api written in C that lets you write asynchronous servers in javascript. All IO is done through event loops and callbacks.<p>If you are interested in the efficiency/architecture of server programs then this is worth watching.
geuisabout 15 years ago
kind of sucks that the video player doesn't work on the iPad.
评论 #1254821 未加载