Latihan membuat server web sederhana dengan Node.js
https://www.sitepoint.com/build-a-simple-web-server-with-node-js/
#sitepoint #nodejs #webserver
https://www.sitepoint.com/build-a-simple-web-server-with-node-js/
#sitepoint #nodejs #webserver
SitePoint
How to Build a Simple Web Server with Node.js
In this practical guide we'll take a look at how easy it is to create your own web server application with Node.js.
Latihan membuat aplikasi dari contoh kasus Node.js bagian kedua
https://codeburst.io/node-js-by-example-part-2-dad2af5b7012
#nodejs #tutorial #webserver
https://codeburst.io/node-js-by-example-part-2-dad2af5b7012
#nodejs #tutorial #webserver
codeburst
Node.js By Example: Part 2
Here we build a classic todo REST API web application (at this point, unauthenticated and with in-memory persistence).