Monday, 26 December, 2016 UTC


Summary

I’ve been hearing a lot about websockets lately and how they can accomplish real time communication between applications and servers.  They act as a compliment and possible alternative to RESTful APIs that have been around for significantly longer.  With websockets you can do real time messaging for things like chat, communication with IoT, gaming, and a whole […]
The post Create A Real Time Chat App With Golang, Angular 2, And Websockets appeared first on The Polyglot Developer.