README (397B) [raw]
1 jennex/src 2 ========== 3 4 This directory contains all the code for the RSVP system, 5 which is (hopefully) small app to fetch, display, and 6 allow updates to RSVPs using simple server-side rendered 7 HTML and basic elements like HTML Forms. 8 9 Totally for fun and the learnings, I've chosen to use 10 Spiffy, a CHICKEN Scheme Egg (library): 11 12 http://wiki.call-cc.org/eggref/5/spiffy 13 14 We'll see how far I get!