taylorhughes / skit

skit: A pure JavaScript frontend for building better web clients.
MIT License
540 stars 22 forks source link

Does skit have a todomvc? #6

Closed farzher closed 9 years ago

farzher commented 9 years ago

todomvc.com is one of my favorite ways to compare frameworks.

I think a nice todomvc example would help convince people that your framework is worth trying

flyingmutant commented 9 years ago

:+1:

taylorhughes commented 9 years ago

Good idea!

psaitu commented 9 years ago

+1

bmull commented 9 years ago

+1

taylorhughes commented 9 years ago

This is here: http://todomvc.skitjs.com/ (work in progress -- editing not done yet)

Source: https://github.com/taylorhughes/skit-todomvc

I can't actually include it in TodoMVC proper AFAIK because it requires a separate server-side process, not just a statically served set of resources like normal client-side frameworks.