Skip to content

A simple task list application to taste golang, websocket, vuejs

Notifications You must be signed in to change notification settings

duongphuhiep/golang-websocket-vuejs-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A simple task list application

I've just wanted to taste the following technologies stack.

Install dependencies

go get github.com/gorilla/websocket
go get github.com/labstack/echo

Run

go run app.go

navigate to localhost:5000

Notes

I experimented various techniques on the stack

  • Backend database is just a in-memory array store on the backend echo/golang server
  • Frontend components communicate with each-other via event bus

About

A simple task list application to taste golang, websocket, vuejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published