New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amflib

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amflib

AMF library for NodeJS

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-amf

AMF module for NodeJS by Tim Whitlock

About

A pure JavaScript implementation of AMF designed for NodeJS. Can be used to create an AMF web services gateway over HTTP allowing a Flash Player client to communicate with a remote server.

Run "node test.js" to perform a simple serialize & deserialize test. Check that the output matches the variables show in the script.

To test a simple AMF gateway: configure and run the HTTP server in examples/http-server, then configure and run the Flash client in example/http-client.

Also in this project is some experimental work implementing RTMP. This should probably be split into its own project.

Status

  • The AMF library is largely complete and working, but not thoroughly tested.
  • The RTMP work is experimental and not ready for use.

Known issues

NodeJS has a habit of changing and depreciating function names. If you get missing function errors, then you need to upgrade NodeJS. See http://github.com/timwhitlock/node-amf/commit/62a85b8531307c86ff27daa21e48012a7558552a

AMF0 is only partially supported, due to it being depreciated. AMF3 should be used by all clients.

License

node-amf is dual licensed under the MIT and GPL licenses, See LICENSE.

Keywords

FAQs

Package last updated on 03 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc