Node.js
Node.js - an excellent tool for building real-time web applications
Enhance Node.js Application SecurityTable of Contents
What is Node.js?
Node.js is an open-source, server-side script that runs on top of Google's open-source scripting engine, V8. Node.js is fast, lightweight and efficient. It uses the asynchronous mode of operation, event-driven Input/Output, rather than the traditional threads or separate threads for each process. It is a cross-platform JavaScript run-time environment that executes JavaScript code outside a browser. Node.js uses JavaScript for creating node applications, or we can use any other language that ultimately compiles to JavaScript (like TypeScript). JavaScript is written the same way that it would be used in any client-side application.
Node.js is an excellent tool for building real-time web applications that increases the efficiency of the development process, as it fills the gap between front-end and back-end applications.
See all of the languages Contrast supports here.
Contrast is the clear customers’ choice
Contrast is named a Customers’ Choice in the 2021 Gartner Peer Insights “Voice of the Customer”: Application Security Testing report. With the highest percentage of 5-star ratings, this is the third consecutive year Contrast has received this powerful endorsement from customers.
Built for Developers. Trusted by Security.
Learn Secure Code
CROSS SITE SCRIPTING (XSS)
Learn about Cross site scripting (XSS) and how it affects your Java source code
SQL INJECTION
Learn about SWL injection and how it affects your Java source code
CLIENT SIDE INJECTION
Learn about client-side injection and how it can affect your source code