/govue-im

A chat example build by Golang + Vue + Vite

Primary LanguageVueMIT LicenseMIT

govue-im

A chat example build by Golang + Vue + Vite

Server

server side build by golang + github.com/gorilla/websocket

start

cd /path/to/server

go mod tidy

go run main.go

Web

web side build by Vite + Vue + Vuex.

start

yarn dev