Hi!
Maybe for those Unity “scripters” willing to call server side javascript without the hassle of creating any servers this post is going to be interesting:
It’s about creating server side js and putting it on Kii Cloud to later call it from Unity using WWW to do an HTTP POST and move JSON data (it’s basically a REST API).
This is outside the support already provided by Kii Unity SDK but since there’s a REST API you can do pretty much anaything.
Best!