Node js
Node. js is primarily used for non-blocking, event-driven servers, due to its single-threaded nature. It's used for traditional websites and back-end API services but was designed with real-time, push-based architectures in mind.
https://nodejs.org/en/download/
to see if it works, we need to open Windows PowerShell and add
node -v
node
2+2
10+2
Comments
Post a Comment