a restful web service demo in yaws
Nick Gerakines’ complete demo of a REST style web service, using Yaws. I’m a bit ambivalent towards Yaws because it seems too heavyweight for the kinds of things I like to do. In other words, I need an embedded solution, not a stand-alone, Apache replacement solution. Not that Yaws can’t be embedded….
What I especially love is the pattern matching part at the bottom, and the use of gen_server as a dispatcher.