Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 144 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 144 Bytes

chat-application

Chat Application using Go, Vue and Socket.IO

usage

# start backend server: go run main.go
# frontend: cd client