https://github.com/zeuxisoo/web-curabitur
Demo web application for using websocket on go language
https://github.com/zeuxisoo/web-curabitur
bindata demo golang macaron web
Last synced: over 1 year ago
JSON representation
Demo web application for using websocket on go language
- Host: GitHub
- URL: https://github.com/zeuxisoo/web-curabitur
- Owner: zeuxisoo
- Created: 2016-05-11T11:09:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T08:48:14.000Z (over 9 years ago)
- Last Synced: 2025-01-29T11:47:33.871Z (over 1 year ago)
- Topics: bindata, demo, golang, macaron, web
- Language: Vue
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Curabitur
Demo web application for using web socket on go language
## Prepare
GO TPATH
export GOPATH=/path/to/project
BIN PATH
export PATH=/path/to/project/bin:$PATH
## Development
Vendor
make env
Asset
npm install
make dev-assets
Server
make dev-server
## Release
Commands
make env
npm install
make release