broker 1.0.2

Real-time Zero-Code API Server
Documentation
1
2
3
4
build:
	PORT=8080 ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run
release:
	PORT=8080 ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run --release