Tim Burks 9e7887504f rename "create[X]" methods to "make[X]" to follow Swift API guidelines 9 years ago
..
StickyNotes 9e7887504f rename "create[X]" methods to "make[X]" to follow Swift API guidelines 9 years ago
StickyNotes.xcodeproj 733cb0b61e update StickyNotes sample to use latest API changes. 9 years ago
README.md 7ceec3fe2d Updated READMEs for broader audiences, removed API keys and client credentials. 9 years ago
stickynote.out d9083362c0 Add StickyNote sample, a Mac gRPC client that uses protocol buffers 9 years ago

README.md

This directory contains a Mac app that implements a simple "Stickynotes" server and client. The Stickynotes service takes a text message as input and returns an image of the drawn text.

Both client and server are embedded in the app.