csarvenMy AP knowledge is probably rusty, .. is "the server recognizes that this is an object being newly created, and does the courtesy of wrapping it in a Create activity" an AP expectation i.e., the wrapping the object with the activity, or implementation? I should check the spec :)_
csarvenAh.. so "Since it's an activity, her server knows it doesn't need to wrap it in a Create object." hints at the server being smart to know whether to wrap it or not.
ajordanI've sometimes thought about providing a pure WebSocket API for native clients to consume, in addition to the SockJS API. because then they don't have to pull in an extra library