ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

How using it in a phonegap app? #53

Closed Gionni closed 10 years ago

Gionni commented 10 years ago

I'm using your tool in a node app.

But now I need a phonegap app that needs to talk to my node app and needs to replicate the page "panel" with more local .js.

I know it sounds stupid but I'm confuese: is it possible to use express3-handlebars in phonegap?

ericf commented 10 years ago

This package is designed to work within an Express.js application server running on Node.js.