Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 215 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 215 Bytes

dbserver

  • Run once
dbserver <port>

dbclient

  • Can run multiple
dbserver <hostname> <port>

Build & Run

make
dbserver 3648

Another shell instance

dbclient 127.0.0.1 3648