1.Introduction to Node.js
2.Building the API – Part 1

1.Introduction to Node.js

event-driven , server-side js environment
Node.js run – single-thread process
เรียกว่า callbacks , และไม่เคย block main thread
-เรียกว่า single-threaded event loop model
– ส่วนที่แตกต่างคือ Multithreaded request-response architecture

p 26

2.Building the API – Part 1