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

https://github.com/albertoimpl/wasm-compose-demo


https://github.com/albertoimpl/wasm-compose-demo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# WASM compose demo

Execute all the components
```
./run.sh
```

Test the results
```
curl localhost:8080 -d 'Hello, world!' -H "Content-Type: text/plain" -v --compressed
```