unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] guile-websocket 0.1 released
@ 2022-11-13  1:31 Thompson, David
  2022-11-13  3:08 ` Nala Ginrut
  2022-11-14  6:21 ` Janneke Nieuwenhuizen
  0 siblings, 2 replies; 4+ messages in thread
From: Thompson, David @ 2022-11-13  1:31 UTC (permalink / raw)
  To: Guile User

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 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 recently, Aleix
asked if I'd make a proper release sometime.  That time is now!  It
seems that a few people have been able to make use of the code over
the years, so it can't be all that bad!  There's currently no manual,
but hey it's better than nothing and the API is quite small.

Download links and a little code sample can be found on the project
home page here: https://dthompson.us/projects/guile-websocket.html

Thanks to Janneke for contributing a bunch of improvements/fixes over
the past several years and to Aleix for pushing me to release it
properly.

May all your sockets have webs,

- Dave



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] guile-websocket 0.1 released
  2022-11-13  1:31 [ANN] guile-websocket 0.1 released Thompson, David
@ 2022-11-13  3:08 ` Nala Ginrut
  2022-11-13  3:40   ` Aleix Conchillo Flaqué
  2022-11-14  6:21 ` Janneke Nieuwenhuizen
  1 sibling, 1 reply; 4+ messages in thread
From: Nala Ginrut @ 2022-11-13  3:08 UTC (permalink / raw)
  To: Thompson, David; +Cc: Guile User

Nice work!

On Sun, Nov 13, 2022, 09:33 Thompson, David <dthompson2@worcester.edu>
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 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 recently, Aleix
> asked if I'd make a proper release sometime.  That time is now!  It
> seems that a few people have been able to make use of the code over
> the years, so it can't be all that bad!  There's currently no manual,
> but hey it's better than nothing and the API is quite small.
>
> Download links and a little code sample can be found on the project
> home page here: https://dthompson.us/projects/guile-websocket.html
>
> Thanks to Janneke for contributing a bunch of improvements/fixes over
> the past several years and to Aleix for pushing me to release it
> properly.
>
> May all your sockets have webs,
>
> - Dave
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] guile-websocket 0.1 released
  2022-11-13  3:08 ` Nala Ginrut
@ 2022-11-13  3:40   ` Aleix Conchillo Flaqué
  0 siblings, 0 replies; 4+ messages in thread
From: Aleix Conchillo Flaqué @ 2022-11-13  3:40 UTC (permalink / raw)
  To: Nala Ginrut; +Cc: Thompson, David, Guile User

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 <nalaginrut@gmail.com> wrote:

> Nice work!
>
> On Sun, Nov 13, 2022, 09:33 Thompson, David <dthompson2@worcester.edu>
> 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 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 recently, Aleix
> > asked if I'd make a proper release sometime.  That time is now!  It
> > seems that a few people have been able to make use of the code over
> > the years, so it can't be all that bad!  There's currently no manual,
> > but hey it's better than nothing and the API is quite small.
> >
> > Download links and a little code sample can be found on the project
> > home page here: https://dthompson.us/projects/guile-websocket.html
> >
> > Thanks to Janneke for contributing a bunch of improvements/fixes over
> > the past several years and to Aleix for pushing me to release it
> > properly.
> >
> > May all your sockets have webs,
> >
> > - Dave
> >
> >
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] guile-websocket 0.1 released
  2022-11-13  1:31 [ANN] guile-websocket 0.1 released Thompson, David
  2022-11-13  3:08 ` Nala Ginrut
@ 2022-11-14  6:21 ` Janneke Nieuwenhuizen
  1 sibling, 0 replies; 4+ messages in thread
From: Janneke Nieuwenhuizen @ 2022-11-14  6:21 UTC (permalink / raw)
  To: Thompson, David; +Cc: Guile User

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 recently, Aleix
> asked if I'd make a proper release sometime.  That time is now!  It
> seems that a few people have been able to make use of the code over
> the years, so it can't be all that bad!

Very nice, thanks.  Yes, it works for me!

> Thanks to Janneke for contributing a bunch of improvements/fixes over
> the past several years and to Aleix for pushing me to release it
> properly.
>
> May all your sockets have webs,

Hehe, right!

Greeting Janneke

-- 
Janneke Nieuwenhuizen <janneke@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-14  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13  1:31 [ANN] guile-websocket 0.1 released Thompson, David
2022-11-13  3:08 ` Nala Ginrut
2022-11-13  3:40   ` Aleix Conchillo Flaqué
2022-11-14  6:21 ` Janneke Nieuwenhuizen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).