DEV Community

Discussion on: A Deeper Inspection Into Compilation And Interpretation

Collapse
 
ravinderrikhi profile image
Ravinder Rikhi

Can someone explain me if we take an example of nodejs(an interpreting lang). A simple REST API code , each time a request on a route is made, the whole API code is interpreted and executed using the values passed on the route payload,headers,etc ???