Hacker News new | ask | show | jobs
by bergie 5302 days ago
Create only requires two things:

* Your web system has to publish content with RDFa annotations * You need to have some API you can connect to Backbone.sync

...and even the latter isn't so bad, as Backbone.sync can be overridden in your local implementation. For example, we use the same stuff with Socket.IO instead of REST: https://github.com/IKS/ViePalsu/blob/master/js/contentmanage...