You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get a simple demo, run index.html from client-test, alongside main.go from ws-server.
Screenshots
Built using
Go
Typescript
Vue
Vuetify
WebSockets
Docker
Heroku
Firebase
Steps to run locally
Clone the repo and install dependencies with npm install (or) yarn in client_ui, and go mod vendor in ws-server.
Create a file named secrets.ts in src directory of client-ui and export a constant named SECRETS containing your x-api-key, which must be added to ws-server too.
In root directory run cd client-ui && yarn serve and cd ws-server && go run main.go.