primus-objc
primus-objc copied to clipboard
support engine.IO
My server is engine.io (use Primus),what should i do?
Hi Suric,
We don't have engine.io support but it should be fairly easy to implement and I'll gladly accept a PR for it.
Basically you would need to add a transformer much like our Socket.IO implementation and then add it to the list of supported transformers.
@nunofgs did you have any implementation on the engine.io?
@lazarte Not currently, no. Would love some help with this if you're able.