Hacker News new | ask | show | jobs
by soljin2000 5593 days ago
http://www.yuiblog.com/blog/2010/09/29/video-glass-node/ This video from David Glass shows why this can be very powerful when code on the front end and the backend. It's pretty straight forward. Check for content. If not generate content. Attach behavior (skipped on the server). render out put (the branch between the server and the front end).

There is an example using express and all kinds of cool business.