PLATFORMS / Node.js
Node.js Integration and Development
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment. It was designed to build scalable network applications. Node.js is primarily used for non-blocking, event-driven servers, due to its single-threaded nature. It's used for traditional web sites and back-end API services, but was designed with real-time, push-based architectures in mind.