Running LC programme on a server

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

Running LC programme on a server

Post by RossG » Sat Dec 05, 2015 9:15 pm

I've been advised not to distribute my programme in the
usual way as no matter what precautions I take it will be
hacked.

Any references for doing this as I know nothing (well, not
much) about the server side appreciated.

Also any advice on precautions against hacking if the above
isn't possible.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Running LC programme on a server

Post by FourthWorld » Sat Dec 05, 2015 10:21 pm

Everything can be hacked, apps, servers, even the Pentagon.

What is "the usual way", and what security concerns do you have?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

Re: Running LC programme on a server

Post by RossG » Sun Dec 06, 2015 4:08 am

The "usual way" is to sell a copy of the programme
which the user runs on his own computer.

My concern is that the code will be hacked and sold
by the hacker as his own.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Running LC programme on a server

Post by FourthWorld » Sun Dec 06, 2015 6:22 pm

"The usual way" seem to work well enough for Apple, Microsoft, Adobe, and others, but server-query models like Wolfram Alpha and others can work too. Harder to run a GUI across the wire, but perhaps doable depending on what the app does and how much you want to invest in this license security.

Is it a very interactive GUI program, or something that might lend itself well to remote computation?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

Re: Running LC programme on a server

Post by RossG » Tue Dec 08, 2015 3:45 pm

It's a programme to be used for playing on-line roulette.

Depending on how it's eventually set up it could be
pretty well automatic with minimal input from the
player.

The only data transferred will be numbers I think.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

Post Reply