Tag Archives: JSON

How to get started with Cocos2d-x on Windows, targeting Android

I recently got the cross-platform framework Cocos2d-x up and running on my computer for some programming tasks. The installation process proved quite challenging however, mainly due to the great lack of documentation. Therefore I decided to publish some complementary information to the official documentation here. I hope it will help! The following process has been […]

Using JSON for communication between GWT and Django

Here is the final entry in my blog series about merging GWT and Django. It gives an example of how you can use JSON and JSNI for the communication between your GWT client and Django server. The example is from a Django/GWT social network webpage I constructed called StartMeUp. It uses a GET request in […]