expressjs / express-expose

Expose raw js, objects, and functions to the client-side (awesome for sharing utils, settings, current user data etc)
MIT License
299 stars 26 forks source link

Make exposed a public api and provide a way of hiding application level exposes from the outputted JavaScript. #16

Open ForbesLindesay opened 12 years ago

ForbesLindesay commented 12 years ago

This would allow writing plugins which cache the app level output in a separate file, to avoid loading it on every page request.