Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gocs/talk


https://github.com/gocs/talk

Last synced: about 1 month ago
JSON representation

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
```