Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocs/talk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gocs/talk
- Owner: gocs
- License: apache-2.0
- Created: 2024-03-16T10:37:43.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T18:43:17.000Z (9 months ago)
- Last Synced: 2024-06-19T23:07:48.900Z (6 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
```