Hacker News new | ask | show | jobs
by scarface74 3029 days ago
Yes. I'm currently using JQuery+HandlebarsJS as a poor man's model view framework. I create the interface with Handlebars + Bootstrap, use JQuery to call an api when necessary. The template also has the necessary JavaScript event/function inline.