Re: HTML Platform

2020-05-06 Thread Richard Gaskin via use-livecode
David Bovill wrote: > WASM support is very important to Livecode future. It will address > most of the problems of current HTML5 deployment WASM will definitely benefit the two most visible issues, load time and performance. Performance is an unqualified benefit, but with load time the benefi

Re: HTML Platform

2020-05-06 Thread Mark Waddingham via use-livecode
On 2020-05-06 18:40, Richard Gaskin via use-livecode wrote: And mySQL from LC in the browser is tonnes faster than on the desktop - massively! Because they’re both on the same server. Even though the message path is LC>JS>(AJAX)>PHP>JS>LC! I suspect there's something going on there that can be

Re: HTML Platform

2020-05-06 Thread Richard Gaskin via use-livecode
Pi Digital wrote: > Richard wrote: >> But most apps that might make good candidates for LC's HTML export >> have characteristics that lend themselves very well to not doing HTML >> at all, instead using a one-time download of an LC standalone which >> then downloads and runs stack files (a practi

Re: HTML Platform

2020-05-06 Thread Richard Gaskin via use-livecode
Erik Beugelaar wrote: > It would be great if a lesson comes available how to create streaming > apps with LC. Thank you for your interest. I'll do that, but it'll have to wait until I finish some client projects first. In the meantime, the beauty of this approach is its simplicity. Like an

Re: HTML Platform

2020-05-06 Thread David Bovill via use-livecode
WASM support is very important to Livecode future. It will address most of the problems of current HTML5 deployment, and I definitely intend to use it - for micro service deployment, and blockchain integration for instance. It will doubtless be a commercial feature, which is also important for a

Re: HTML Platform

2020-05-06 Thread Pi Digital via use-livecode
Two words, Richard. IT Departments. Of the 150+clients my client has, 150+ of them would emphatically prefer a web based app than a desktop one. They don’t want stuff ‘installed’ or ‘run’ on their machines that haven’t been thoroughly tested before use. Each and every update. And they really d

RE: HTML Platform

2020-05-06 Thread Erik Beugelaar via use-livecode
It would be great if a lesson comes available how to create streaming apps with LC. -Original Message- From: use-livecode On Behalf Of Richard Gaskin via use-livecode Sent: woensdag 6 mei 2020 08:42 To: use-livecode@lists.runrev.com Cc: Richard Gaskin Subject: Re: HTML Platform Mark

Re: HTML Platform

2020-05-05 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: On 5/5/20 4:47 PM, Trevor DeVore via use-livecode wrote: >> I don't use HTML deployment myself, but thought I would mention that >> there has been some emscripten activity in GitHub lately. Looks like >> WebAssembly (WASM) support is being added. ... > > Yeah, I saw the github

Re: HTML Platform

2020-05-05 Thread Mark Wieder via use-livecode
On 5/5/20 4:47 PM, Trevor DeVore via use-livecode wrote: I don't use HTML deployment myself, but thought I would mention that there has been some emscripten activity in GitHub lately. Looks like WebAssembly (WASM) support is being added. You can see the commits here: https://github.com/liveco

Re: HTML Platform

2020-05-05 Thread Trevor DeVore via use-livecode
On Tue, May 5, 2020 at 4:03 PM Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > ... > Because LC HQ seems uninterested in further development of the HTML > platform and recent eco issues my client is rethinking if this is the best > way to go. As it stands it does seem high-ri