December 2019
Intermediate to advanced
314 pages
6h 51m
English
WebSocket clients, just like their server counterparts, can be written in many different languages. Since modern browsers have native support for WebSocket, we will write a simple JavaScript client so that we don't have to install any additional tools or SDKs to run our example.
Within the customer-service-fe folder, you will find the frontend project that can be used to reach our WebSocket example.
Our project contains a landing page named index.html, which is served when we request the root web context of our application. Within this page, we have included an HTML form and a table to display a list of customers:
<html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO- 8859-1"> <link ...
Read now
Unlock full access