Excited about Dream web framework

We cross-posted :slight_smile: I’ll add chat to the examples roadmap.

For now, chat-related examples are:

  • k-websocket for the obvious reason that WebSockets are good for chat.
  • h-sql stores comments from a comment form in a database, and serves them.

There are also examples with two obsolete ways of achieving async communication, that I just needed to test to make sure Dream is behaving correctly. I’m including them because they generate fake chat messages for clients to retrieve, and maybe somebody knows when you might want to use one of these methods over WebSockets at this point.

2 Likes