Here's an example of calling server side js using a backend-as-a-service

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:

http://blog.kii.com/?p=2939

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!

Looks great,thanks you so much!!

Welcome. Let me know if you have questions!