Skip to content

Zwenexsys/wallvote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallVote - Simple Online Realtime Collaboration Platform Example

This is created for demonstraration at Google I/O Extended - Yangon 2014 on 5th July.

This application shows how to use the router package, websocket package and jQuery to implement a simple online realtime collaboration platform, shared Wall for Voting.

Main Idea

To create a paperless conference wall, accessible by everyone in the room on the same network to share and post their idea for voting.

Running the example

The example requires a working Go development environment. The Getting Started page describes how to install the development environment.

Once you have Go up and running, you can download, build and run the example using the following commands.

$ go get github.com/gorilla/mux
$ go get github.com/gorilla/websocket
$ cd `go list -f '{{.Dir}}' github.com/Zwenexsys/wallvote`
$ go run *.go

Base Code

The implemention is the extension of the code given in this Chat Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published