|
|
|
|
|
by CaioFer
586 days ago
|
|
The blog post walks through the construction of a backend powered by `WTX` and a frontend with `Svelte 5` along side other tools to enable the real-time communication between multiple web clients. One of the benefits of using `WebSockets` over `HTTP/2` streams is the fact that everything happens within a single `TCP` connection, which usually increases server performance if compared to one `TCP` connection per client . Moreover, it is also possible to open additional ordinary streams to serve other types of data. |
|