Ben Pate 546e346e98
Restore hx-ws and hx-sse tags (#811)
absolute 👑 

* Restore WS and SSE code

First pass at restoring removed ws and sse code.  More to come.

* More progress on WS and SSE restore

* Update htmx.js

crucial whitespace

* Update documentation

* Combine SSE and WS servers into single "realtime" demo

* Realtime Test Server Updates

- separated tests for old- and new- style calling
- updated intro content and stylesheet
- removed extensions from manual test suite

* Remove SSE/WS from manual tests
2022-02-12 11:11:30 -07:00
..
2022-02-04 10:42:23 -07:00
2022-01-16 17:40:36 -07:00
2022-02-04 21:48:59 -07:00
2022-02-05 17:00:16 -07:00
2021-11-21 06:44:20 -07:00
2020-06-26 07:39:30 -07:00
2021-05-25 09:35:36 -06:00
2022-02-05 17:13:59 -07:00
2022-02-05 16:31:45 -07:00
2022-02-04 11:16:59 -07:00
2022-01-14 07:11:55 +00:00

Running The Website Locally

The htmx.org website is built on eleventy. To run the site, use node 15 and run:

npm install
npx eleventy --serve

The site should then be available at http://localhost:8080

macOS 64-bit users may need to run npm rebuild node-sass to get the documentation site working.