## 개요 - html의 attribute로 ajax 요청, websocket 등을 다룰 수 있게하는 프레임워크 - Ruby on Rails의 Hotwire와 비슷해보인다. ## 예시 ```html <script src="https://unpkg.com/[email protected]"></script> <button hx-post="/clicked" hx-swap="outerHTML"> Click Me </button> ``` ## 참고 - https://htmx.org/ #frontend