I think I dug a hole for myself in the #webdev class again.
I offered groups a chance to build what they wanted using any skills/tools we've used so far this year.
One group was to build a chat app (websockets), so they need a server.
Two other groups want to make, essentially, CRUD apps, so I need to write up some DB schemas for them.
I'm wondering if it'd be better to teach them some Node and they write up their _own_ server-side code.