Websockets RFC 6455

Tom Glod tom at makeshyft.com
Fri Jul 19 19:35:41 EDT 2024


10-4

On Fri, Jul 19, 2024 at 10:54 AM Mike Kerner via use-livecode <
use-livecode at lists.runrev.com> wrote:

> see the issue i posted on the repo
>
> On Sat, Jul 13, 2024 at 12:20 PM Mike Kerner <MikeKerner at roadrunner.com>
> wrote:
>
> > cool
> >
> > On Fri, Jul 12, 2024 at 9:06 PM Tom Glod via use-livecode <
> > use-livecode at lists.runrev.com> wrote:
> >
> >> Heyall,
> >>
> >> I wanted to test Anthropic's Claude Opus with Livecode on a real
> project.
> >> So I chose to worked with it to implement WebSocket's standard RFC 6455
> >>
> >> Methodology is explained in github page.
> >> It only had issue with 1 or 2 things, most code compiled straight from
> the
> >> generation.
> >> Very impressed with it over ChatGPT.
> >>
> >> Obviously, its still WIP, untested code.
> >> But I wanted to share it here at this, its earliest state.
> >> If anyone wants to follow the project,
> >> Or help out in testing and correcting.
> >>
> >> websocketking.com is what I will likely use to start testing the
> >> handlers.
> >> The hard part is yet to come, but I can't see how this did not save tons
> >> of
> >> time already.
> >> It only took a couple hours, not including usage wait times.
> >> I think its a good starting point.
> >>
> >> Testing will start soon enough.
> >> I started this early so that when inevitably I really need web sockets,
> >> there is some kind of hope.
> >> My main need for this is the ability to stream data like for example
> >> streaming responses from openAI voice / chat completions.
> >>
> >> https://github.com/MakeShyftRDA/Websockets-for-Livecode
> >>
> >> Enjoy.
> >>
> >> Tom
> >> .
> >> _______________________________________________
> >> use-livecode mailing list
> >> use-livecode at lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >
> >
> > --
> > On the first day, God created the heavens and the Earth
> > On the second day, God created the oceans.
> > On the third day, God put the animals on hold for a few hours,
> >    and did a little diving.
> > And God said, "This is good."
> >
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>    and did a little diving.
> And God said, "This is good."
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list