bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Question regarding documentation: saving on server #148

Closed akuckartz closed 11 years ago

akuckartz commented 11 years ago

In http://viejs.org/docs/2.1.0/ under the headline "Common representation of content on JavaScript level" it is stated in the two code examples that they save an article to a server. Is that correct? Which server is meant here?!

bergie commented 11 years ago

@akuckartz the saving operations happen through regular Backbone.sync, so it is either a POST or a PUT with a JSON-LD payload to the endpoint provided by Entity.url