0b2f83cd35
feat: add CLI flags to app
...
- implement command-line flags for listen address and port
- add usage section to README
🤖
2024-10-20 14:55:02 +02:00
09b475dd61
feat: create model for server config
...
- introduce GoTomatoServerConfig
- create instance variable with the current config
- update server to use configurable listen address and port
🤖
2024-10-20 14:45:13 +02:00
b7a79acdb0
feat: (re)add GoTomato.go
...
- refactor server package
- update package name
- rename `StartServer()` to `Start()`
- (re)add `GoTomato.go` to call `server.Start()`
- update README
2024-10-19 16:49:09 +02:00
c59f737eb7
feat(server): restructure Pomodoro server into modular components
...
- move server logic to cmd/server/main.go
- create packages for websocket, pomodoro and broadcast handling
- define models for messages
- remove old GoTomato.go file
- update README
🤖
2024-10-19 16:49:09 +02:00