Page 1 of 1

Web Based Apps

Posted: Fri Apr 04, 2014 3:51 pm
by tegwin
Is it possible to make WEB BASED apps with LC. I have someting in mind that I would like to do

Thans

Chris

Re: Web Based Apps

Posted: Fri Apr 04, 2014 3:58 pm
by Klaus
HI Chris,

what exactly do you mean by "web based"?


Best

Klaus

Re: Web Based Apps

Posted: Fri Apr 04, 2014 6:34 pm
by tegwin
I mean to run on a web server. So I can access it from a browser without me having to use the LC Server. ie I want to upload it to my web hosting compnay

Re: Web Based Apps

Posted: Fri Apr 04, 2014 6:39 pm
by Klaus
You cannot display stacks in a browser, if that is what you have in mind.
But you can create a small standalone that will load stacks from your server.

One of my favourite one-liners :D
...
go url "http://www.server.com/subfolder/a_cool_stack.rev"
...