This article was originally published on MeetSpace by Nick Gauthier, and with his kind permission, we are sharing it here for Codeship readers. WebSockets are one of the core technologies MeetSpace uses to connect people on a call. In this post, we’ll look at how to get started with WebSockets in JavaScript and Go. WebSockets on the ServerWe’ll dive right into the HTTP handler for a WebSocket. If

