Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Miscellaneous

Choose a tag to compare

@naderio naderio released this 08 May 23:05
· 104 commits to master since this release
  • enhance API
    • make options argument in connect (or Socket constructor) optionnal
    • make Socket.offaccepts optionnal second argument as individual listener to remove.
  • Android implementation
    • reimplement Socket.off
    • refactor native listener
  • iOS implementation
    • implement basic (without options) connection (tested)
    • implement event listener (untested)
    • implement event emit (untested)
  • Demo
    • fix and enhance