Web Based Apps

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
tegwin
Posts: 21
Joined: Mon Dec 16, 2013 3:41 am

Web Based Apps

Post by tegwin » Fri Apr 04, 2014 3:51 pm

Is it possible to make WEB BASED apps with LC. I have someting in mind that I would like to do

Thans

Chris

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Web Based Apps

Post by Klaus » Fri Apr 04, 2014 3:58 pm

HI Chris,

what exactly do you mean by "web based"?


Best

Klaus

tegwin
Posts: 21
Joined: Mon Dec 16, 2013 3:41 am

Re: Web Based Apps

Post by tegwin » Fri Apr 04, 2014 6:34 pm

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

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Web Based Apps

Post by Klaus » Fri Apr 04, 2014 6:39 pm

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"
...

Post Reply