mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

New server with working resume #19

Closed aalin closed 1 year ago

aalin commented 1 year ago

This PR implements a server that responds to SIGINT by sending transfer-events with the serialized session to each client before shutting down.

It uses DecompressionStream and sends a stream of MessagePack-encoded messages...