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 660d76a748 EventBus e WebSocket 2 years ago
_frontend EventBus e WebSocket 2 years ago
auth Slight refactor 2 years ago
database EventBus e WebSocket 2 years ago
events EventBus e WebSocket 2 years ago
lupus Slight refactor 2 years ago
model Aggiunta creazione partite 2 years ago
routes EventBus e WebSocket 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 EventBus e WebSocket 2 years ago
go.sum EventBus e WebSocket 2 years ago
main.go EventBus e WebSocket 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