Golang Angularjs Tutorial part 2 - Websockets

In this tutorial we create a chat service using #Golang, #Angularjs, and #websockets. This is where we start getting into the power of Go. Since it has concurrency built right into the language it’s very easy to understand what is happening. All the code: #javascript #js
Back to Top