Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atanasov/FlexWebSocketDemo
flex AIR app - socket.io client
https://github.com/atanasov/FlexWebSocketDemo
Last synced: about 2 months ago
JSON representation
flex AIR app - socket.io client
- Host: GitHub
- URL: https://github.com/atanasov/FlexWebSocketDemo
- Owner: atanasov
- Created: 2011-03-20T09:25:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-20T17:12:01.000Z (almost 14 years ago)
- Last Synced: 2024-08-04T05:02:38.714Z (5 months ago)
- Language: ActionScript
- Homepage: http://nasko7.blogspot.com/2010/10/how-to-connect-air-app-to-socketio-chat.html
- Size: 1.56 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - FlexWebSocketDemo - flex AIR app - socket.io client (Networking / Sockets)
README
This is AIR client for Socket.IO-Node server.
It works with the demo chat server included in Socket.IO-node package
--------------------------------------------------
REQUIREMENTS
-------------------------------------------------
- for the Server
nodejs - NodeJS - www.nodejs.org
socket.IO-node - http://github.com/LearnBoost/Socket.IO-node
- for the Client
FlashDevelop - http://www.flashdevelop.org/
web-socket-js - http://github.com/gimite/web-socket-js made by Hiroshi Ichikawa.
3rd party lib - https://github.com/mikechambers/as3corelib---------------------------------------------------
INSALL & Compile
---------------------------------------------------
Get nodejs builds for windows, use it on linux on saparate computer or use virtual machine.
Get socket.IO-node - start demo chat server.Install Flash develop. Open the FlashWebSocketDemo.as3proj project.
You need to set your local IP address or domain name.
Compile it.
Now u can connect to chat server with AIR app, and make multiuser chat adding more users in different browsers.___________________________________________________________________________________________
For more information - http://nasko7.blogspot.com/2010/10/how-to-connect-air-app-to-socketio-chat.html