December 2016
Intermediate to advanced
136 pages
2h 58m
English
© Caio Ribeiro Pereira 2016
Caio Ribeiro Pereira, Building APIs with Node.js , 10.1007/978-1-4842-2442-7_1
Caio Ribeiro Pereira1
(1)São Vicente - SP, São Paulo, Brazil
The online version of this chapter (doi:10.1007/978-1-4842-2442-7_1) contains supplementary material, which is available to authorized users.
Node.js is a low-level, highly scalable platform. It was created explicitly to be an experiment in asynchronous processing. Using Node.js, you will program directly with many network and Internet protocols or use libraries that have access to operating system (OS) resources. To program in Node.js you only need to master JavaScript language; that’s right, only JavaScript! ...