October 2018
Intermediate to advanced
590 pages
15h 5m
English
The CSS3 Flexbox layout is the new model used to build the layout of a web application. It makes building flexible responsive layout structures easier, without using floats or positioning, and we will use it to build our board page.
Real-time collaboration nowadays has become popular and common in web applications, especially with the standardization of the WebSocket API. In the TaskAgile application, we will implement the real-time update of card changes based on SockJS, which is a cross-browser library that provides a WebSocket-like interface. On the server side, we will use a Spring WebSocket implementation.
In this chapter, you will learn the following:
Read now
Unlock full access