Re: [ANN] guile-websocket 0.1 released

2022-11-14 Thread Janneke Nieuwenhuizen
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

Re: [ANN] guile-websocket 0.1 released

2022-11-12 Thread Aleix Conchillo FlaquƩ
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

Re: [ANN] guile-websocket 0.1 released

2022-11-12 Thread Nala Ginrut
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

[ANN] guile-websocket 0.1 released

2022-11-12 Thread Thompson, David
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