githubmin / realtime-photofeed-pusher-go

Create a realtime photo feed using Go and Pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a realtime photo stream using Go and Pusher Channels

This is a demo on how to build a realtime photo feed 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 main.go and public/index.html file.
  3. Run the command: $ go run main.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 photo feed using Go and Pusher


Languages

Language:HTML 58.7%Language:Go 41.3%