FluorineFx Windows Service
The FluorineFx Windows Service provides RPC, Messaging and Data Services over Rtmp.
The Windows Service executable is unmanaged code (more precisely it is an ATL windows service). Is has minimal dependencies meaning it can be installed without any prerequisites (.NET framework, MFC etc).
After installation, to run .NET applications the .NET framework is required.
FluorineFx Windows Service implements a Custom Common Language Runtime Host. Through the service.ini file you can customize the following CLR settings:
the version of the loaded CLR (defaults to v2.0.50727)
workstation build or server build of the CLR (defaults to "wks")
branding text and description (to create your own windows service)
Features
FluorineFx Windows Service can be distributed with AIR applications to provide RPC, Messaging services on the client machine
Applications deployed to the FluorineFx Service can access operating system resources
Web server is not required (the FluorineFx Service does not host ASP.NET)
Branding text and description support using configuration file (to create your own windows service)