Thompson, David writes:
Hi!
> I wrote this code back in 2015 because I actually had time to hack
> back then and also because I realized that the WebSocket spec was very
> readable and not that complex... then I never released it. A version
> of it built from Git made it into Guix in 2020. Most
Fantastic! Thank you David!
Now available via Guile Homebrew:
brew install guile-websocket
Aleix
On Sat, Nov 12, 2022 at 7:09 PM Nala Ginrut wrote:
> Nice work!
>
> On Sun, Nov 13, 2022, 09:33 Thompson, David
> wrote:
>
> > Hello Guilers,
> >
> > I'm slightly embarrassed but also pleased
Nice work!
On Sun, Nov 13, 2022, 09:33 Thompson, David
wrote:
> Hello Guilers,
>
> I'm slightly embarrassed but also pleased to announce the release of
> guile-websocket 0.1! It's an implementation of both the client and
> server sides of the WebSocket protocol as specified in RFC 6455.
>
> I w
Hello Guilers,
I'm slightly embarrassed but also pleased to announce the release of
guile-websocket 0.1! It's an implementation of both the client and
server sides of the WebSocket protocol as specified in RFC 6455.
I wrote this code back in 2015 because I actually had time to hack
back then and