javascript runtime
javascript is typically run on the browser, node.js brings it to headless environments
written in c++ and c
under the hood
enters event loop after script is executed, exits when all callbacks are completed
javascript runtime
javascript is typically run on the browser, node.js brings it to headless environments
written in c++ and c
enters event loop after script is executed, exits when all callbacks are completed