taylorhughes / skit

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

Examples of user requests from skit client to skit server #12

Closed AmitKumarDas closed 9 years ago

AmitKumarDas commented 9 years ago

Can I get the flow or code snippet that showcases a user action event which leads to a GET/POST etc call from the skit Controller's client function to skit Controller's server function and then renders back at the client side.

taylorhughes commented 9 years ago

Working on a todomvc implementation ( #6 ) that will show state-altering behavior — look for that sometime in the next week.

taylorhughes commented 9 years ago

Here's an example: https://github.com/taylorhughes/skit-todomvc