An open API service indexing awesome lists of open source software.

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

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