- Creative Projects for Rust Programmers
- Carlo Milanesi
- 152字
- 2021-06-18 19:02:01
Creating a Full Server-Side Web App
In the previous chapter, we saw how to build a REST web service using the Actix web framework. A REST web service must be used by a client app in order for it to be useful to us.
In this chapter, we'll see how to build a very small but complete web app using the Actix web framework. We will use HTML code to be formatted in a web browser, JavaScript code to be executed in the same web browser, and the Tera crate to perform HTML templating. This is useful for embedding dynamic data inside HTML pages.
The following topics will be covered in this chapter:
- Understanding what a classical web app is and what its HTML templates are
- Using the Tera template engine with Rust and Actix web
- Using Actix web to handle requests of web pages
- Handling authentication and authorization in web pages
推薦閱讀
- INSTANT Sencha Touch
- Java程序設(shè)計(jì)與計(jì)算思維
- Learning Network Forensics
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- 從零開始學(xué)Linux編程
- SQL Server實(shí)用教程(SQL Server 2008版)
- Statistical Application Development with R and Python(Second Edition)
- Learning AWS
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- 貫通Tomcat開發(fā)
- scikit-learn Cookbook(Second Edition)
- ASP.NET開發(fā)寶典
- Offer來了:Java面試核心知識(shí)點(diǎn)精講(框架篇)