kishore-narendran / crdt-py

A library, that provides Conflict Free Replicated Data Types (CRDTs) for distributed Python applications.
17 stars 3 forks source link

server , client identification #4

Closed saitejar closed 8 years ago

saitejar commented 8 years ago

client shd be able to create a connection - i.e specify server, specify client id ? shd we allow only one connection at once ?

kishore-narendran commented 8 years ago

@saitejar I had a thought. Maybe we should move the client side code to another repository. Your thoughts?