triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

ios support and namespace support #6

Closed donburgess closed 8 years ago

donburgess commented 8 years ago

Review changes....

demo server can recognize namespace "/chat". demo app joins namespace "/chat". demo app IOS will allow non ssl connections. IOS support built to mirror functionality of Android. Namespace support on both IOS and Android. Creating socket class no longer triggers an automatic connection attempt.

Did not test IOS support for emit with ack callback.

donburgess commented 8 years ago

Fixed up demo-server. Fixed up android namespacing

triniwiz commented 8 years ago

Great :smile: