jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
299 stars 12 forks source link

Allow server to serve multiple channels easily #13

Closed paulgb closed 3 years ago

paulgb commented 3 years ago

The lower-level axtix implementation allows a concept of “channels” each with independent state, but the ServerBuilder does not expose a way to do this. There should be an easy way to allow channel creation from the server.

paulgb commented 3 years ago

Accomplished with Jamsocket integration.