Setting up the web application

As we are planning to use the latest technology stack for our UI application development, we will use Node.js and npm (Node.js package manager) that provide the open-source runtime environment for developing the server-side JavaScript web application.

I would recommend to go through this section once. It will introduce you to JavaScript build tooling and stacks. However, you can skip it if you know the JavaScript build tools or do not want to explore them.

Node.js is built on Chrome's V8 JavaScript engine and uses an event-driven, non-blocking I/O, which makes it lightweight and efficient. The default package manager of Node.js, npm, is the largest ecosystem of open-source libraries. It allows the installation ...

Get Mastering Microservices with Java 9 - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.