{% extends "../demos.html" %} {% block subSectionClasses %}demo_todo_list{% endblock %} {% block meta_title %}Demo - TODO list{% endblock %} {% block meta_description %}TODO list demo using Spincast{% endblock %} {% block subBody %}
Here you will find a Spincast implementation of the Todo-Backend specifications. Todobackend.com
showcases various backend tech stacks, by requiring them to implement a set of specifications in the form of
a classic TODO List application. This is a very good example of Spincast being used as a
REST web service.