This plugin provides TCP server sockets for Android and iOS.
Beta on Android and iOS.
The API reference is here.
- Fix Android ignoring IP address for
listen()
- Renamed plugin to pubilsh to NPM
- ios: Fix warning about signed/unsigned ints
- Fix compile errors on [email protected] (fixes #506)
- Remove unnecessary headers for chrome.sockets.* - ios
- Fix possible blocks leak memory
- Fixed chrome.sockets.udp socket close with error problem
- chrome.sockets: open selector in selector thread
- Don't modify interest set when key is invalid (fix #388)
- Add chrome.sockets.secure.tcp and refactor chrome.sockets.*
- Changed plugin id to be compatible with Cordova plugman
- Initial release