Part 1: Developing Web Apps with Julia
By the end of this part, you will understand the core components of the Julia programming language that serve as a basis for web development.
Need help with basic concepts of Julia? Or looking to learn more about its importance? The first three chapters are all about the basic principles of Julia, helping you to understand why Julia is a good fit for web development.
By the end of this part of the book, you will be able to use the foundational Julia packages such as Sockets, JSON, JSON3, HTTP, and WebSockets, and combine them in writing a REST services endpoint to-do app.
Moreover, you’ll explore building a static website with Franklin; creating a dashboard with Dash; how Julia can interact with JavaScript, microservices, and cloud services; and gain insights regarding choosing the right Julia framework for a project.
This part of the book comprises the following chapters:
- Chapter 1, Julia Programming Overview
- Chapter...