Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Can I build server side logic into my apps?

Avatar

Level 3

Hello,

I am evaluating LCCS as an alternative to the SmartFoxServer (SFS) social gaming platform.

SFS can use server side logic which makes it safe and powerful for managing games.

Can I deploy server side logic with an LCCS app?

Cheers

1 Reply

Avatar

Employee

Because we host the servers you cannot deploy your own server-side logic on our servers, but we are going to offer soon a way to exchange data with a server you control (server to server API). You'll be able to manipulate rooms via REST API (publish / retract nodes, etc.) and to receive notification (nodes and configuration changes) as HTTP POST so you should be able to add your logic as a standard web application written in your favorite language/framework (php, ruby/rails, python, java servlets, etc.).