docs: update readme

This commit is contained in:
Joao Goncalves
2025-10-31 01:46:58 -01:00
parent fc7d3b7638
commit 3f3c54f988

View File

@@ -5,22 +5,14 @@ Pure Go reactive web framework.
Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks.
Via takes a radical stance:
No templates.
No JavaScript.
No transpilation.
No hydration.
No front-end fatigue.
Single SSE (Server Sent Events) connection.
Full reactivity in the browser.
Pure Go.
- No templates.
- No JavaScript.
- No transpilation.
- No hydration.
- No front-end fatigue.
- Single SSE stream.
- Full reactivity
- Pure Go.
### Example
```