PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Standalone Server/Client #19

Open eugene-bulkin opened 9 years ago

eugene-bulkin commented 9 years ago

We should have the ability to run the server as a standalone, and then connect to it from a client.

Unclear how communication should be done. Most likely through some form of TCP or something. Should take care of #18 first so that we can run things concurrently without issues using the same mechanisms transactions use.