Handling and dispatching events with Node.js Blog

added by JavaScript Kicks
8/2/2019 7:22:52 AM

1014 Views

At its core, Node.js is an open-source runtime environment built for running JavaScript applications on the server side. It provides an event-driven, non-blocking (asynchronous) I/O and cross-platform runtime environment for building highly scalable server-side applications using JavaScript. This is not going to be an introduction guide to Node.js; to learn more, you can check out the official docs or video tutorials on YouTube.


0 comments