Skip to content

Instantly share code, notes, and snippets.

@guregu
Last active January 2, 2016 11:49
Show Gist options
  • Save guregu/8298821 to your computer and use it in GitHub Desktop.
Save guregu/8298821 to your computer and use it in GitHub Desktop.
Using Hakobiya

Using Hakobiya

Hakobiya is alpha software I'm working on designed to make real-time communication in Angular.js easy. I found myself remaking basically the same simple servers over and over, just to push variables around. Hakobiya is a flexible generalization of those servers.

Let's see what Hakobiya can do by running the included chat application.

Running

You need Go installed. http://golang.org

Install Hakobiya with: go get github.com/guregu/hakobiya

Head on over to the Hakobiya source code: cd $GOPATH/src/github.com/guregu/hakobiya

Run the chat room example: hakobiya -config examples/chat.toml

Visit http://localhost:8080/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment