New to Corona SDK and Lua

Hi everyone, I am a long time programmer (10 years) but just getting into the mobile scene. I am helping out a friend with a game that was developed using Corona. It’s called Gas Smashers! So I am here to learn more about game development and working with images.

I am also interested in the potential business applications that could be produced using Corona. Does it have any support for OSLC? Thanks and I look forward to learning more.

Welcome aboard!

We don’t have any direct support for OSLC.  We support doing HTTP requests which work well for REST based APIs.  These can run over either HTTP or HTTPS.  We also support the Lua socket library where you could write any other networking protocols at a lower level.  The socket library has http support, but that http module does not work with https.

Rob

Thanks for the quick reply Rob. REST API will do just fine for the projects I want to work on.

Welcome aboard!

We don’t have any direct support for OSLC.  We support doing HTTP requests which work well for REST based APIs.  These can run over either HTTP or HTTPS.  We also support the Lua socket library where you could write any other networking protocols at a lower level.  The socket library has http support, but that http module does not work with https.

Rob

Thanks for the quick reply Rob. REST API will do just fine for the projects I want to work on.