Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antazo/globstark
Project "Globstark".
https://github.com/antazo/globstark
Last synced: 9 days ago
JSON representation
Project "Globstark".
- Host: GitHub
- URL: https://github.com/antazo/globstark
- Owner: antazo
- License: mit
- Created: 2024-12-02T09:40:14.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:21:03.000Z (25 days ago)
- Last Synced: 2024-12-15T05:52:42.871Z (12 days ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project "Globstark"
This project uses GoLang, WebAssembly (WASM) and containers.
## Requirements
[golang](https://go.dev/doc/install)
[rustup](https://www.rust-lang.org/tools/install)
[wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)## Documentation
### Initialize the Go Module
```bash
cd globstark
go mod init github.com/antazo/globstark
```### Build and Run the Containers
```bash
docker-compose up --build
```