Reputation: 2554
I have a desktop app made with Adobe Air (as3). The app will send and receive notifications over the web with online users.
I'm trying to find a way to connect Adobe Air (as3), not Flex, directly with socket.io, but I found nothing.
Can anybody help?
Upvotes: 3
Views: 2588
Reputation: 20229
What are you trying to accomplish? Why not just use NetConnection
? Does the server have to use WebSockets
?
UPDATE: Here is an implementation of WebSockets
in ActionScript
.
Upvotes: 2