Server e client per gestire automaticamente dal browser le partite notturne di lupus in Cavalieri e piazza dei Miracoli
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Antonio De Lucreziis f172d24c74 Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
_frontend Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
auth Slight refactor 2 years ago
database Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
events Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
lupus Slight refactor 2 years ago
model Aggiunta creazione partite 2 years ago
routes Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
util Aggiunta creazione partite 2 years ago
.gitignore Initial project structure 2 years ago
LICENSE Added MIT License 2 years ago
README.md Slight refactor 2 years ago
go.mod Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
go.sum Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago
main.go Working EventBus and useLiveValue, for now with timeout as connections don't close 2 years ago

README.md

Lupus Lite

Usage

# Development Mode: also starts "npm run dev" inside "_frontend/"
$ MODE=dev go run .

# Production Mode
$ cd _frontend
$ npm run build
$ go build