Using DDP events on native platform

Is there any way of using the meteor subscriptions / events (stream) without the use of meteor client libraries like Delight-Im or Objective-DDP.
How sockjs inside of DDP can be utilized. I know it could be more of work to be done, but want to do it independent of meteor DDP.

Take a look at the mondora/ddp.js source. This will give you a pretty clear example of how you can write your own DDP based client that communicates with a DDP server.