2
Using Julia Standard Web Packages
In this chapter, we will examine how the building blocks of the web, such as TCP-IP, WebSockets, the HTTP protocol, and more, are implemented in Julia’s standard library, and we will show you how to build some functionality with these packages. Finally, we will apply what we have learned while working with JSON data.
Nearly all of the Julia web stack rests on the foundation laid by the Sockets package documented at https://docs.julialang.org/en/v1/stdlib/Sockets/, which we will use extensively in this chapter.
Building upon this, the Julia web stack lives at the JuliaWeb repo (https://github.com/JuliaWeb/), which contains a collection of packages for working with Uniform Resource Identifiers (URIs), Transport ...
Get Web Development with Julia and Genie 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.