Skip to content

neoighodaro/realtime-poll-go-pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a realtime poll using Go and Pusher

This is a demo on how to build a realtime poll using Go and Pusher.

View tutorial

Prerequisites

  • An IDE of your choice e.g. Visual Studio Code.
  • Go installed on your computer.
  • Basic knowledge of GoLang.
  • Basic knowledge of JavaScript (ES6 syntax), Vuejs and jQuery.
  • Basic knowledge of using a CLI tool or terminal.
  • Pusher application. Create one here.

Getting Started

To get started with the project, make sure you have all the prequiisites above.

  1. Clone the project to your machine.
  2. Update the Pusher keys in the poll.go and public/index.html file.
  3. Run the command: $ go run poll.go.
  4. Visit http://localhost:9000 to see application in action.

Built With

  • Go - Modern programming language.
  • Pusher - build realtime applications easily.
  • Vue.js - JavaScript framework
  • Echo - Go web framework.

About

Create a realtime poll using Go and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published