Node.js
offers a way for website operators to handle requests using something
lighter and more responsive. Node.js utilizes a JavaScript engine
originally built by the engineers at Google to provide a server-side
response for web requests. It doesn’t function as a server-side
scripting language though. Instead, code built for Node.js is
implemented as its own fully functional server listening on a designated
port.
No comments:
Post a Comment