Go Go Chat App Tutorial: Build a Real-time Chat In this tutorial we'll be building a chat app using Go, JavaScript and Scaledrone realtime messaging platform. You can find the full source from GitHub. Structure of the project Our tutorial will be
Go Creating an API Client in Go When consuming a REST API it's a good practice to write an API Client (API Wrapper) for yourself or your own REST API, so other users could more easily access it. Fortunately, Go
Node.js From Node.js to Go Last month Scaledrone migrated all websocket servers from Node.js to Go. We are a realtime messaging company so using the best possible websocket solution is vital to us. We started playing around