Italo Borges
Italo Borges

Reputation: 2554

Can Adobe Air (AS3) use socket.io directly?

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

Answers (1)

P Varga
P Varga

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

Related Questions