Our ever-expanding list of PubNub supported SDKs has its newest member: Go Programming Language. Golang is server side technology that you can use to build server side applications that gives you a great interprocess distributed communication network. Say you’re building a Q based system that needs to be highly reliable across a number of different machines, Golang is the way to go.
Developers can now use the Golang SDK to set up a programming environment with the PubNub client. Our Google Go SDK allows developers to Send/Receive low latency messages from within Google Go to outside world devices like mobile phones and IoT embedded devices. It’s easy to get started. Simply run `go get github.com/pubnub/go/messaging`
from command line. Some features of the Golang SDK include:
The full Golang SDK GitHub repository can be seen here.
Iron.io uses Go Programming Language for their queue system, that allowed them to build a reliable and distributed queue infrastructure. Iron.io found that using Golang made their infrastructure not only faster, but also more concurrent. You can read more about Iron.io’s success with Golang in their blog post: “How We Went From 3o Servers to 2: Go”
Get Started
Sign up for free and use PubNub to power
your Go Programming Language app!
There are common underlying technologies for a dating app, and in this post, we’ll talk about the major technologies and designs...
Michael Carroll
How to use geohashing, JavaScript, Google Maps API, and BART API to build a real-time public transit schedule app.
Michael Carroll
How to track and stream real-time vehicle location on a live-updating map using EON, JavaScript, and the Mapbox API.
Michael Carroll