sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Add SwarmServer application base class #346

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

Based on the new Server : Daemon base class in ocean. (See https://github.com/sociomantic-tsunami/ocean/pull/544.)

gavin-norman-sociomantic commented 6 years ago

This would replace the existing Node / ChannelsNode classes. We'll have to consider if there's a better way to approach this than the current hierarchy. (e.g. could the "channels" aspect be composed, rather than added by inheritance?)

gavin-norman-sociomantic commented 6 years ago

Related: https://github.com/sociomantic-tsunami/swarm/issues/57