Currently, litestream replicas a database to cold storage (file or s3). It would be nice to provide a way to replicate streams of WAL frames to other live nodes to serve as read replicas.
This a network replication endpoint (probably http) as well as figuring out how to apply WAL writes to a live database.