Denis Palashevskii 36b017bc26
Add events support for WebSockets (#1126)
* Add events support for WebSockets

* Stop reconnection attempts after element has been removed

* Add tests for websockets

* Hide socker wrapper behind a more strict interface to avoid breaking changes in the future

* Fix legacy websocket tests interfering with new extension tests

* Minor doc fixes

* Add `wsBinaryType` configuration option
2022-12-03 16:53:59 -06:00
..
2022-11-27 19:49:34 -06:00
2022-11-29 09:03:09 -07:00
2022-11-04 19:14:30 -06:00
2022-10-28 21:33:58 -06:00
2022-10-23 07:06:42 -06:00
2022-11-04 19:16:18 -06:00
2022-02-17 13:11:25 -07:00
2021-05-25 09:35:36 -06:00
2022-03-28 11:25:00 +01:00
2022-12-01 08:05:32 -07:00
2022-11-17 10:07:40 -07:00
2022-10-23 09:20:14 -06:00
2022-12-01 08:05:32 -07:00
2022-11-06 20:36:08 -06:00
2022-08-03 09:37:51 -06: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.