The simplest example of Knockback js working with a RESTful webservice such as ServiceStack?
- 阅读更多 关于 The simplest example of Knockback js working with a RESTful webservice such as ServiceStack?
问题 I am looking for a VERY simple example that shows wiring up Knockback code to a backbone model that connects via RESTful service. I am using ServiceStack|c# backend. All of the links below are too complicated and use localStore rather than a RESTful service via url. I also prefer to see examples in Javascript not CoffeeScript. My example url is something like localhost/entities where hitting this will cause the RESTful webservice to return all of the entities. Hitting it with localhost/entity