David Kendal
unread,May 5, 2014, 11:14:26 AM5/5/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js-b...@googlegroups.com
Hi,
I'm working on an experimental 'backend optional' web framework, and I'd like to talk about what I'm doing at BerlinJS! Would anyone be interested in a talk on this?:
The idea is that you can run the app in any of three ways: you can just serve static files and run the whole thing on the client (with offline support with cache.manifest etc.); or you can have a backend that serves it to people who don't have JS enabled, but with the app all loaded in the client for faster and flashier interactivity in the browser; or you can just run it just like a traditional web app — but you can (hopefully) do it all in the same codebase, and just switch between them as suits you. It's very much inspired by e.g. Hoodie, but takes a different (and more futuristic) approach.
This is very much a research project, since to my knowledge nobody's ever made a web framework like this before. I have a working prototype, but there's much still to do. I'm looking for collaborators and input at a fairly early stage, and BerlinJS seems like a good place to find them! (N.B. My talk will require some knowledge of CouchDB.)
Thanks, looking forward to coming,
dpk