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 »

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: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Web Based Apps

Post by Klaus »

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 »

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: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Web Based Apps

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