 
      
    | You are here | www.alexedwards.net | ||
| | | | | attilaolah.eu | |
| | | | | Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures. | |
| | | | | antonz.org | |
| | | | | Reviewing the key changes in json/v2. | |
| | | | | schadokar.dev | |
| | | | | In this tutorial we'll learn how to use json in golang. | |
| | | | | blog.oddbit.com | |
| | | In this post I'm going to step through an example web chat system implemented in Python (with Bottle and gevent) that uses long polling to implement a simple publish/subscribe mechanism for efficiently updating connected clients. My pubsub_example repository on GitHub has a complete project that implements the ideas discussed in this article. This project can be deployed directly on OpenShift if you want to try things out on your own. You can also try it out online at http://pubsub.example.oddbit.com/. | ||