|
|
|
|
|
by Dunearhp
5915 days ago
|
|
It is an interesting video. 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. If you are interested in the efficiency/architecture of server programs then this is worth watching. |
|