Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/space-operator/flow-backend
Space Operator Backend
https://github.com/space-operator/flow-backend
solana
Last synced: about 1 month ago
JSON representation
Space Operator Backend
- Host: GitHub
- URL: https://github.com/space-operator/flow-backend
- Owner: space-operator
- License: other
- Created: 2023-10-28T08:44:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T22:18:36.000Z (8 months ago)
- Last Synced: 2024-04-18T02:57:16.452Z (8 months ago)
- Topics: solana
- Language: Rust
- Homepage: https://www.spaceoperator.com/
- Size: 995 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - space-operator/flow-backend - Space Operator Backend (Rust)
README
# flow-backend
Space Operator Backend## Running a guest server
You can run a local instance of flow-server and have it push results to our site's database.
Set required values in [guest.toml](https://github.com/space-operator/flow-backend/blob/main/guest.toml)
and run with:
```bash
RUST_LOG=info cargo run -p flow-server -- guest.toml
```This server can be used to run flows belonging to you. Toggle "Remote 🌐" button in flow editor to switch to `localhost` server.
Please note that some browsers such as Brave will block requests to `localhost` by default, disable protection if you encounter network errors.