Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combining offline-first with classic server-side MVC? #28

Open
michielbdejong opened this issue Dec 16, 2016 · 1 comment
Open

Combining offline-first with classic server-side MVC? #28

michielbdejong opened this issue Dec 16, 2016 · 1 comment

Comments

@michielbdejong
Copy link

michielbdejong commented Dec 16, 2016

Many web developers still work with server-side MVC frameworks like Rails or Django. Can we create tools that make it possible to take an existing web app and make it work offline, or is the whole of "classic web dev" incompatible with offline-first?

If the only tools that allow creating an offline-first web app are client-side MVC frameworks like Ember/Angular/React, then should we tell all these developers and projects and clients that the decades spent programming web apps in Python/PHP/Ruby were "the wrong approach" and they should now forget that and learn a new framework / programming language (one that allows client-side template rendering with data-on-the-wire)?

@gr2m
Copy link
Contributor

gr2m commented Dec 16, 2016

I think server-side MVC might go trough a renaissance with Service Worker. So far we see the frontend frameworks moving logic into Service Worker, but server-side logic could be moved into service worker just the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants