broker 1.2.3

Real-time Zero-Code API Server
Documentation
1
2
3
4
5
6
7
8
9
10
run:
	PORT=8080 SAVE_PATH=./tmp ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run
release:
	PORT=8080 SAVE_PATH=./tmp ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run --release
build:
	sudo snapcraft
publish:
	sudo snapcraft push --release stable *.snap
cover:
	cargo tarpaulin