WEB DEVELOPMENT WITH JULIA AND GENIE a hands-on guide to high-performance server-side web development with the Julia programming language

Then, you'll use Julia's standard web packages and examine how the building blocks of the web such as TCP-IP, web sockets, HTTP protocol, and so on are implemented in Julia's standard library. Each topic is discussed and developed into code that you can apply in new projects, from sta...

Full description

Bibliographic Details
Main Authors: Balbaert, Ivo, Salceanu, Adrian (Author)
Format: eBook
Language:English
Published: [S.l.] PACKT PUBLISHING LIMITED 2023
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04620nmm a2200421 u 4500
001 EB002138059
003 EBX01000000000000001276186
005 00000000000000.0
007 cr|||||||||||||||||||||
008 230102 ||| eng
020 |a 9781801810951 
050 4 |a QA76.76.D47 
100 1 |a Balbaert, Ivo 
245 0 0 |a WEB DEVELOPMENT WITH JULIA AND GENIE  |h [electronic resource]  |b a hands-on guide to high-performance server-side web development with the Julia programming language  |c Ivo Balbaert, Adrian Salceanu 
250 |a 1st edition 
260 |a [S.l.]  |b PACKT PUBLISHING LIMITED  |c 2023 
300 |a 1 online resource 
505 0 |a Table of Contents Julia Programming Overview Using Julia Standard Web Packages Applying Julia in Various Use Cases on the Web Building an MVC ToDo App Adding a REST API Deploying Genie Apps in Production Adding Authentication to Our App Developing Interactive Data Dashboards with Genie 
653 |a Serveurs Web / Logiciels 
653 |a Julia (Langage de programmation) 
653 |a Computer software / Development / http://id.loc.gov/authorities/subjects/sh85029535 
653 |a Computer software / Development / fast 
653 |a Web servers / Computer programs / fast 
653 |a Julia (Computer program language) / http://id.loc.gov/authorities/subjects/sh2016000127 
653 |a Julia (Computer program language) / fast 
653 |a Web servers / Computer programs / http://id.loc.gov/authorities/subjects/sh00009716 
700 1 |a Salceanu, Adrian  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 180181113X 
776 |z 9781801810951 
776 |z 9781801811132 
776 |z 1801810958 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781801811132/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1 
520 |a Then, you'll use Julia's standard web packages and examine how the building blocks of the web such as TCP-IP, web sockets, HTTP protocol, and so on are implemented in Julia's standard library. Each topic is discussed and developed into code that you can apply in new projects, from static websites to dashboards. You'll also understand how to choose the right Julia framework for a project. The second part of the book talks about the Genie framework. You'll learn how to build a traditional to do app following the MVC design pattern. Next, you'll add a REST API to this project, including testing and documentation. Later, you'll explore the various ways of deploying an app in production, including authentication functionality. Finally, you'll work on an interactive data dashboard, making various chart types and filters. By the end of this book, you'll be able to build interactive web solutions on a large scale with a Julia-based web framework.  
520 |a Get a practical overview of web development in Julia and learn how to build MVC applications with a REST API, and an interactive data dashboard using the Genie web framework Key Features A tutorial on web development from Julia expert, Ivo Balbaert and the creator of the Genie framework, Adrian Salceanu A step-by-step approach to building a complete web app with the Genie framework Develop secure and fast web apps using server-side development on Julia Book Description Julia's high-performance and scalability characteristics and its extensive number of packages for visualizing data make it an excellent fit for developing web apps, web services, and web dashboards. The two parts of this book provide complete coverage to build your skills in web development. First, you'll refresh your knowledge of the main concepts in Julia that will further be used in web development.  
520 |a What you will learn Understand how to make a web server with HTTP.jl and work with JSON data over the web Discover how to build a static website with the Franklin framework Explore Julia web development frameworks and work with them Uncover the Julia infrastructure for development, testing, package management, and deployment Develop an MVC web app with the Genie framework Understand how to add a REST API to a web app Create an interactive data dashboard with charts and filters Test, document, and deploy maintainable web applications using Julia Who this book is for This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale web applications. The book helps you adopt Genie without any prior experience with the framework. Julia programming experience and a beginner-level understanding of web development concepts are required