42
Technology

Express.js

Express.js is a JavaScript framework for Node.js. It is often used as a web server and simplifies the delivery of web pages to the browser, the port on which is listened can be freely selected. In combination with e.g. an Apache web server, a server-side rendered (SSR) and JavaScript generated web page can be delivered to the browser.