Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

are either of these possible in mv

eivl

Local Hero
Xy$
0.00
lua code is possible with a javascript wrapper
I do not know how it would interface with the code, but you could try to look here

Not sure how you would connect to a server due to cross site scripting rules, but what you could do in stead is to setup an API that interfaces with your database, have the API return JSON and have javascript GET and POST to the API.

Did this make any sense?
 
Top