That's a good start, but as you said is very basic. The JSON data would be useful for determining if a spot is taken but it doesn't have a nice way to view all the entries (without building that yourself).
Looks good. My own module of this sort auto-escapes HTML special characters in strings fed to it, by default -- it looks like yours doesn't do this, at least at first glance. Is that right?
Thanks, that would be a good approach, mine is currently very barebones! just trying to get the syntax right and get a feel for using it in actual projects - hope to put up a real sample soon.
The on request sever design is an interesting approach. It seems like it would provide a good framework for a small personal site. I wonder where this fits between using a site generator and pushing to github (or similar push based cloud provider) vs running a full webstack. I guess it comes down to preference and requirements. Good way to provide server stats via http though.
I've wondered why I never see a gosu reference when comparing jvm languages. I was quite pleasantly surprised when I checked it out.. Looking forward to having a play in the near future.
Some of the lisp style stacks get very close as do some smalltalk environments (squeak). Of course this means generating the markup from code but seems to work well enough.
HN is an example (see hn challenge) as is teepeedee2 (http://john.freml.in). Maby clojure is worth a look.
I hope that this style catches on - better than the blog templates most people use. Being a bike store I would have thought they'd list brands and specialities though.. It seems the site would only be useful if you know the shop.
Seeing projects like this puts suggestion of hn quality going down to the back of my mind, really excited to try this out. Is there a framework which inspired this?