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

https://github.com/thefrontside/revolution

After the years of reaction comes revolution
https://github.com/thefrontside/revolution

Last synced: about 1 year ago
JSON representation

After the years of reaction comes revolution

Awesome Lists containing this project

README

          

## Revolution

Revolution is an interactive HTML Server. It is radical in that:

- No stateful components, just simple, one-way functions that generate HTML.
- Structured Concurrency and Effects drive the UI, not the other way around.
- Middleware that can transform HTML at the AST level.
- "Server Side Rendering" is trivial because HTML generation is one-way.
Essentially just calling a template
- Composability at the website level.

Join the Revolution!

## Development

```shellsession
$ deno test
```