Skip to content

merenbach/sound-machine

Repository files navigation

Sound Machine

A barebones Go app, which can easily be deployed to Heroku.

This application supports the Getting Started with Go on Heroku article - check it out.

Running Locally

Make sure you have Go and the Heroku Toolbelt installed.

$ go get -u github.com/merenbach/sound-machine
$ cd $GOPATH/src/github.com/merenbach/sound-machine
$ heroku local

Your app should now be running on localhost:5000.

You should also install govendor if you are going to add any dependencies to the sample app.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy

Documentation

For more information about using Go on Heroku, see these Dev Center articles:

Acknowledgments

I'm greatly indebted to the Gorilla Websocket Toolkit ("GWT"), portions of which have been adapted here for use with Server-Sent Events. GWT code is released under a BSD-style license that applies to GWT code only. (The remainder of this project, except where specified, is Apache 2.0 licensed.)

About

It's a chat room... for sounds!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published