An open API service indexing awesome lists of open source software.

https://github.com/rajasegar/html_over_the_wire

A site to compare different solutions for HTML Over the Wire
https://github.com/rajasegar/html_over_the_wire

comparison comparison-tool hotwire htmx

Last synced: 7 days ago
JSON representation

A site to compare different solutions for HTML Over the Wire

Awesome Lists containing this project

README

          

# html_over_the wire
A website to compare different HTML over the wire solutions in the industry for better decision making.

[Demo](https://html-over-the-wire.herokuapp.com)

## Local Development
Clone the repo, install the dependencies, and start the server.
```
git clone https://github.com/rajasegar/html_over_the_wire
cd html_over_the_wire
npm install
npm start
```

If you want to change any metrics, edit the `data.js` file and raise a PR.