Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 259 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 259 Bytes

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