Home

Awesome

ws examples

website

Example applications written in Go with github.com/gobwas/ws inside.

Applications

Notes

Commands

Currently these commands are developed:

Building

All commands can be built by make * or by just make.

The directory structure is convinient for gb vendoring tool. But instead of using gb git submodules are used to vendor dependencies. Thus, make vendor will update existing submodules.

Also, gb directory structure is here to signal the heroku buildpack to use appropriate build logic.

Chat application deployed here.