-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is there already a TodoMVC for back end (server-side) technologies? #1
Comments
https://github.com/kouphax/todomvc-server has a nice "examples" directory. It's talked about at tastejs/meta#9 and tastejs/TasteStack#2 See also tastejs/todomvc#268 and https://github.com/frameworktodo |
I'll admit that we're struggling a bit to figure out a good name for this thing: #11 :) |
I just learned about http://todobackend.com ( @TodoBackend ) from @yibter at https://twitter.com/yibter/status/625785481721049088 and it's related to what we're working on but without the emphasis on traditional server-side rendering of HTML. It's more about API backends (which are optional for us). Good stuff! |
Nice find :) James Mills / prologic E: [email protected] On Tue, Jul 28, 2015 at 9:15 AM, Philip Durbin [email protected]
|
http://todomvc.com is a fantastic resource for helping developers evaluate Javascript MVC frameworks. Rather that reading people's opinions you can look at actual code and play with demo apps.
Is there already a repository of various examples of implementing the same simple demo web application in back end or server-side technologies? Creating an address book webapp was suggested, which sounds fine, so that's what this repo is about: rending HTML on the server-side.
If something like this already exists, however, please link to it in a comment.
The text was updated successfully, but these errors were encountered: