Simple Sharing Extensions (SSE) for .NET
SSE is an XML micro-format and corresponding sync algorithm that can be embedded in RSS or Atom feeds to allow for two-way synchronization among peers. More important: the algorithm allows for mesh-style synchronization between nodes, with no concept of a "master" copy. This can be game-changing for data-exchange and app-level data interop. But only the future will tell.
This projects provides an open-source implementation of the required behavior from the spec.
SSE was initially announced by Ray Ozzie (Microsoft's CTO). You can learn more about SSE by watching the MSDN TV video and reading the latest SSE spec and links above.
No comments yet, be the first one to post comment.