Monitor APIs in realtime using Go
In this article, you will learn how to realtime monitoring of a small API built using Go and jQuery.
Follow tutorial
Pusher APIs make it simple to add realtime features to your applications, fast. We have hundreds of tutorials, written by our experts, to get you up and running!
Search to find your feature in our collection, or check out the subject list below for inspiration on what you can build using Pusher.
In this article, you will learn how to realtime monitoring of a small API built using Go and jQuery.
Follow tutorial
Build a simple app with Go and React. The app displays live race results.
Follow tutorial
Build a polling app using Echo, the Go framework, Vue.js and SQLite. Users are able to vote on their favorite JavaScript frameworks. Results update instantly.
Follow tutorial
Build a simple comments feed using Go, Vue.js and SQLite. Users can comment on a post, with the comments feed updating instantly.
Follow tutorial
Build a photo feed application using Go, Vue.js and SQLite. Users can post pictures, and see each others' images appear in realtime.
Follow tutorial
Build a live blogging app for iOS with Swift. Create a backend using Go. Admin users will be able to add blog posts, with the homepage showing the updates in realtime.
Follow tutorial
Build a live blogging app using Go and Vue.js. Admin users can post blog updates, and readers can see posts appear in realtime.
Follow tutorial
Build a simple interface featuring a live graph, supported by a Go backend. The application simulates a web traffic monitoring dashboard using Chart.js and some dummy data.
Follow tutorial
Build a realtime football results feed, using Go for the backend and React for the frontend. Admins will be able to send match updates out to any subscribed application.
Follow tutorial
In this two-part tutorial, build a cryptocurrency price monitor app, using Kotlin and Go. In part two, build the backend using Go, then run and test the application.
Follow tutorial
In this two-part tutorial, build a cryptocurrency price monitor app, using Kotlin and Go. In part one, build the Android app and set up the push notifications functionality.h.
Follow tutorial
This brief tutorial shows you how to quickly create a chat widget with a backend powered by Go, and a frontend and admin dashboard in JavaScript. Users can initiate chat, and admins can see waiting chats and choose which to join.
Follow tutorial
This brief tutorial helps you create a simple chat application. You will build the backend in Go, and the frontend in Vanilla JavaScript. Users will be able to message in realtime.
Follow tutorial
In this tutorial you'll build a simple Go application, using Vue.js for the frontend. Users will be able to sign in and view a video, and see who else is watching.
Follow tutorial
Learn how to use Pusher Channels to support service discovery when creating a microservices architecture. This tutorial works through a practical example using two Docker services, one using Node and one in Golang.
Follow tutorial
Use Node.js, Golang and Pusher Channels to create a message queue backend. The demo application features a login service that sends an email upon successful authentication. You will use Golang for the login component and Node.js for the email service.
Follow tutorial
Pusher Channels allows for end-to-end encryption. In this tutorial, learn how to use it by building a simple realtime blog feed, with a Golang backend. Users will be able to create blog posts and see them published instantly, but all data will be fully encrypted and not shared with Pusher.
Follow tutorial
Learn how to share your terminal output in a web interface using Go. The demo pipes data to the app, which renders it to the browser rather than the standard output. This could form the basis of a collaborative work tool or monitoring tool.
Follow tutorial
Learn how to use AWS Lambda to send push notifications to an iOS. In this tutorial, the Lambda function will be written in Go. This tutorial will guide you through setting up Lambda and building both parts of the application.
Follow tutorial
Use Go, MongoDB and Pusher Channels to monitor user interactions with your app. Build a simple demo app page and a monitoring dashboard. The dashboard updates in realtime as users interact with the app.
Follow tutorial
Learn how to send push notifications from AWS Lambda to an Android app, using Pusher Beams. Build a simple demo app and create a Lambda function using Go. Upload and test the function.
Follow tutorial
Build a Go application with a simple web frontend, displaying a live graph comparing the popularity of three Twitter topics. You will create a Twitter developer account, code the app, and be able to customize the displayed topics.
Follow tutorial
Webhooks make it extremely easy to send push notifications to all of your iOS and Android users with a single request. In this tutorial, learn about webhooks and how you can take advantage of them to send a notification to Slack every time a user reads or opens the sent notification.
Follow tutorial
In this tutorial, we explain how to build a live streaming application that displays the online status of users you are interested in and who are currently streaming a video.
Follow tutorial