cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

How does this handle multiple clients on the same machine? #4

Open cinnamon-bun opened 5 years ago

cinnamon-bun commented 5 years ago

Are all clients on a machine meant to share the same local storage for their Client instances?

If not, they could specify a name so they could have their own separate local storages.

var client = Client(cabal, "my-awesome-client")