Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zwiterrion/jug-summercamp-wasm-server-side


https://github.com/zwiterrion/jug-summercamp-wasm-server-side

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Run Redis instance
````
docker run -d --name redis -p 6379:6379 redis
````

# Start Wasmcloud
````
wash up
````

# Build and deploy Jug component

Inside jug-component folder

````
wash build
````

then

````
wash app deploy wadm.yaml
````

# Run backend :3000

````
node index.js
````

# Serve frontend :8080

````
http-server .
````