# htmx, Rust & Shuttle : Rust 기반의 빠른 프로토타이핑 스택

> Clean Markdown view of GeekNews topic #11656. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=11656](https://news.hada.io/topic?id=11656)
- GeekNews Markdown: [https://news.hada.io/topic/11656.md](https://news.hada.io/topic/11656.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-11-03T10:25:02+09:00
- Updated: 2023-11-03T10:25:02+09:00
- Original source: [shuttle.rs](https://www.shuttle.rs/blog/2023/10/25/htmx-with-rust)
- Points: 9
- Comments: 1

## Topic Body

- Shuttle: Rust 앱을 배포해서 실행해주는 클라우드 플랫폼 "Vercel for Backends"  
- htmx: HTML내에서 HTML 속성만으로 AJAX,웹소켓,SSE 등을 직접 접근하게 해주는 라이브러리   
- Askama: Jinja와 비슷한 Rust용 템플릿 렌더링 엔진   
- htmx 를 이용해서 Askama에서 직접 API를 호출이 가능해짐

## Comments



### Comment 20326

- Author: xguru
- Created: 2023-11-03T10:26:01+09:00
- Points: 1

[Shuttle - 인프라관련 파일 작성 없이 백엔드 구축 및 배포하기](https://news.hada.io/topic?id=11314)  
[htmx - high power tools for HTML](https://news.hada.io/topic?id=2171)
