by Nick Gauthier on 2016-03-29 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 Server We’ll dive right into the http handler for a websocket. If you’re unfamiliar with writing http servers in Go, start with my tutorial on http servers. At this point, we hav