Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zwiterrion/jug-summercamp-wasm-server-side
- Owner: Zwiterrion
- Created: 2024-09-04T07:15:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T09:49:08.000Z (2 months ago)
- Last Synced: 2024-09-07T05:02:36.906Z (2 months ago)
- Language: HTML
- Size: 64.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
````