Module import / export custom module ( which are not from nodejs module)
Event in nodejs --
1) listner -- which do listen your events -- ondata, onerror
2) action -- trigger the event emittiing the event
Nodejs -- emitter -- which do trigger the event
events -- module ( buildin module )
REST API : --- JSON data to communication between client to server
Single page application (angular/ react/ vue / ember ) architecture -- SPA
[ viewport ] onfirst time loaded single page
i need only form to submit post [] --- called from server only form template
_________________________________
Express Js - --- a framework of nodejs on top of http to developing rest services
Middleware --
Controller
Routes
URL = domainnmae / URI
domain name
________________________________
POSTMAN / ADVANCE REST CLIENT -- test webservices