firepear / petrel

It's like SQLite, but for networking
MIT License
20 stars 1 forks source link

Write proper client/server examples #14

Closed firepear closed 9 years ago

firepear commented 9 years ago

The fragmentary "how does it work?" bits on the READMEs are lacking. Now that there's a client, a full example client and server should be created.

firepear commented 9 years ago

On hold. No way to stop asock.

firepear commented 9 years ago

Got this implemented. Needs a little cleanup, and some more commenting to make it really useful as a worked example.

Then touch up the README/doc.go and we'll be good.

firepear commented 9 years ago

Done