AS3WebSocket is an ActionScript 3 client implementation of the WebSocket protocol, following the final version of RFC 6455. It’s designed to allow Flash/AIR applications to connect via WebSocket (including secure WebSocket: wss://) to servers implementing that standard, to send/receive text and binary data, handle subprotocols, and support fragmentation etc. A test app is included. The testApp directory contains a Flash Builder 4.6 Air Project that uses the AS3WebSocket library and implements two of the test subprotocols from Andy Green's libwebsockets test server, the dumb-increment-protocol, and the lws-mirror-protocol.
Features
- Implements the WebSocket protocol as specified by RFC-6455
- Support for TLS / secure WebSocket (wss://) via as3crypto library
- Sending and receiving of fragmented messages (i.e. message frames split across multiple parts)
- Includes test application(s), including Flash/AIR sample projects that use subprotocols like dumb-increment‐protocol, lws-mirror etc.
- Binary and text message support (i.e. ability to send/receive raw bytes vs UTF-8 text)
- Released under Apache-2.0 license, with examples of usage (connect/open/send etc.) in the README/tests
Categories
LibrariesLicense
Apache License V2.0Follow AS3WebSocket
You Might Also Like
All-in-One IT Monitoring - No More Blind Spots
Tired of switching between different tools and missing critical alerts? PRTG brings everything together, monitoring your entire IT infrastructure from a single, intuitive interface. Whether it’s servers, switches, printers, or cloud services, you get instant visibility and clear notifications - no technical jargon, no clutter. Set up in minutes, PRTG helps you prevent downtime, reduce stress, and prove your value to your company. Focus on your job, not on chasing issues. Try PRTG and experience true IT peace of mind.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3WebSocket!