MQTT is perfect for mobile messaging (as facebook already proved)... http://www.youtube.com/watch?v=FA23li7WbEM
Practical embedding in GoLang
Eric Urban has written a phenomenal blog post about embedding in Golang: http://www.hydrogen18.com/blog/golang-embedding.html Embedding in Golang is an important concept to grasp, especially when coming from an object-oriented paradigm, since as Eric describes, embedding in Golang is superficially similar to OO's inheritance concept. I came across a practical need for doing this when dealing with … Continue reading Practical embedding in GoLang
You must be logged in to post a comment.