Re: LiveCode and Websockets

2018-11-26 Thread Andre Alves Garzia via use-livecode
Charles, A WebSockets external would be very beneficial for everyone doing web stuff from LC. I am looking forward to checking it out when it is released. :-) Thanks a lot for working on this. Cheers andre On 11/26/2018 6:24 AM, Charles Warwick via use-livecode wrote: Hi Bob, The external

Re: LiveCode and Websockets

2018-11-25 Thread Charles Warwick via use-livecode
Hi Bob, The external is still in development, so I have not yet uploaded any information or documentation to the web. I am happy to send you the latest beta version along with a few sample scripts if you are interested, just send me an e-mail directly. Regards, Charles > On 25 Nov 2018, at

Re: LiveCode and Websockets

2018-11-25 Thread Todd Fabacher via use-livecode
Thanks Charles for the reply. Hope all is going well with you. Where can I test the WebSocket external? I will need it for iOS, Android, Mac, and Windows. Can you email me directly as we are time sensitive on this please. We have the server up and running. Socket.io is the BEST in the market and c

Re: LiveCode and Websockets

2018-11-24 Thread bob--- via use-livecode
Charles, I would like to find out more about your socket external specifically for websockets. Can you point me to where I can find out about the socket external? Thanks, Bob Hall > On Nov 23, 2018, at 1:10 AM, Charles Warwick via use-livecode > wrote: > > Hi Todd, > > Depending on what pla

Re: LiveCode and Websockets

2018-11-22 Thread Tom Glod via use-livecode
ps > requires websocketd to go along with it. On Fri, Nov 23, 2018 at 1:46 AM Tom Glod wrote: > Todd, this was posted here a little while ago..haven't tested it, but > apparently its websockets for livecode. Let us know how it goes. > > https://github.com/samansjukur/wslc > > On Fri, Nov 23, 20

Re: LiveCode and Websockets

2018-11-22 Thread Tom Glod via use-livecode
Todd, this was posted here a little while ago..haven't tested it, but apparently its websockets for livecode. Let us know how it goes. https://github.com/samansjukur/wslc On Fri, Nov 23, 2018 at 1:10 AM Charles Warwick via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Todd, > > Depe

Re: LiveCode and Websockets

2018-11-22 Thread Charles Warwick via use-livecode
Hi Todd, Depending on what platforms you need to support, I have a socket external for LiveCode that includes the ability to use websockets. Cheers, Charles > On 23 Nov 2018, at 4:09 pm, Todd Fabacher via use-livecode > wrote: > > We have hot a wall because we have an API that is ONLY acces

LiveCode and Websockets

2018-11-22 Thread Todd Fabacher via use-livecode
We have hot a wall because we have an API that is ONLY accessible via a call to Socket.io server using Websockets. Richard Gaskin, I remember you were looking into this last year, any success from your research. It seems the best way would be to open a web browser and code the communications usin

Re: LiveCode and WebSockets

2013-07-09 Thread Pierre Sahores
Many thanks for this useful reference link Andrew Le 9 juil. 2013 à 02:32, Andrew Kluthe a écrit : > I had read that, and found some other useful info here as well. > https://github.com/LearnBoost/socket.io-spec > > Andrew -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com

Re: LiveCode and WebSockets

2013-07-09 Thread Mark Wilcox
>> Would you care to discuss the difference between websockets and the >>socketswe work with in livecode or point me to some basic information on the websocket implementation you think we could implement in pure livecode? What things would keep it from working very efficiently? I see you already

Re: LiveCode and WebSockets

2013-07-09 Thread Mark Wilcox
Pierre Sahores To: How to use LiveCode Sent: Tuesday, 9 July 2013, 0:56 Subject: Re: LiveCode and WebSockets Mark , Should work (untested) : Node.js on the server side + revBrowser (desktop) or mobileBrowser (iOS/android) + some js +  client-side pseudo urls to get catched by : on brows

Re: LiveCode and WebSockets

2013-07-08 Thread Andrew Kluthe
e same thing as standard sockets. > >>> > >>> What do you have in mind? I'm certainly interested in discussing it. > >>> > >>> Mark > >>> > >>> > >>> > >>> From: A

Re: LiveCode and WebSockets

2013-07-08 Thread Pierre Sahores
the same thing as standard sockets. >>> >>> What do you have in mind? I'm certainly interested in discussing it. >>> >>> Mark >>> >>> >>> >>> From: Andrew Kluthe >>> To: How to use LiveCode >>> Sent: Mond

Re: LiveCode and WebSockets

2013-07-08 Thread Phil Davis
ainly interested in discussing it. Mark From: Andrew Kluthe To: How to use LiveCode Sent: Monday, 8 July 2013, 16:05 Subject: LiveCode and WebSockets I have been learning a little bit about websockets lately for a project and I have never really played around with livecode'

Re: LiveCode and WebSockets

2013-07-08 Thread Mike Kerner
t; > > > > >> I'm interested in using something like socket.io as part of a backend > > for mobile (and maybe also desktop) apps. However, we don't have proper > > sockets support on mobile (without externals at least) and websockets are > > very definitely

Re: LiveCode and WebSockets

2013-07-08 Thread Andrew Kluthe
7;m certainly interested in discussing it. > >> > >> Mark > >> > >> > >> > >> From: Andrew Kluthe > >> To: How to use LiveCode > >> Sent: Monday, 8 July 2013, 16:05 > >> Subje

Re: LiveCode and WebSockets

2013-07-08 Thread Mark Wilcox
in discussing it. >> >> Mark >> >> >> ________ >> From: Andrew Kluthe >> To: How to use LiveCode >> Sent: Monday, 8 July 2013, 16:05 >> Subject: LiveCode and WebSockets >> >> >> I have been learning a

Re: LiveCode and WebSockets

2013-07-08 Thread Pierre Sahores
at do you have in mind? I'm certainly interested in discussing it. > > Mark > > > > From: Andrew Kluthe > To: How to use LiveCode > Sent: Monday, 8 July 2013, 16:05 > Subject: LiveCode and WebSockets > > > I have been lea

Re: LiveCode and WebSockets

2013-07-08 Thread Mark Wilcox
ou have in mind?  I'm certainly interested in discussing it. Mark From: Andrew Kluthe To: How to use LiveCode Sent: Monday, 8 July 2013, 16:05 Subject: LiveCode and WebSockets I have been learning a little bit about websockets lately for a project a

LiveCode and WebSockets

2013-07-08 Thread Andrew Kluthe
I have been learning a little bit about websockets lately for a project and I have never really played around with livecode's socket communication methods. This makes me curious. Is there anyone else on the list that might be more familiar with both that would be interested in discussing using som