https://github.com/gocs/talk
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gocs/talk
- Owner: gocs
- License: apache-2.0
- Created: 2024-03-16T10:37:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-16T18:43:17.000Z (about 1 year ago)
- Last Synced: 2025-01-02T10:45:22.440Z (4 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# talk
## running
one terminal runs the websocket server
```
go run cmd/main.go
```another runs the front end
```
npm run --prefix fe dev
```