Skip to content
Zwetan Kjukov edited this page Jan 8, 2017 · 4 revisions

While waiting to have a nice blog hosted on redtamarin.com
here some talks and notes about what's going on.

Some Posts

Current Plan

Not really a Roadmap but a little idea of what's going on.

  • Since January 2016 we moved Redtamarin in production
    this means we will now produce updates on a more regular basis,
    we started with the release of the redtamarin-sdk 0.4.1.
  • The C/C++ sources code are not regularly updated because
    it was time to Eat our own dog food
  • As described in the main page status
    I'm building things with it, eg. I work on a subject, make a prototype,
    reflect on it then iterate and implement stuff, rinse and repeat
  • The main focus has been put on server-side development
    basically running as CGI under Apache
    and building AS3 libraries for that purpose
  • Another focus is on command-line tools
    and server-side administration/maintenance
  • Last focus is on building and documenting better
    for a long time I was using Virtual Machines
    now I'm moving to real hardware machines

TODO:

  • republish redtamarin.com etc.
    with AS3 sources
  • document hardware setup
    • document Windows setup
    • document Mac OS X setup
    • document Linux Ubuntu setup
  • build as3lang.org community web site
    • focus on security
    • authentification / login -> SSL/TLS
    • user sessions server-side
    • news, blog, forum? etc.
    • let people publish their project, their news, etc.
  • build as3distro as a cli tool and REST API
  • improve the SDK
    the file/directory structure need to change
    it will be similar to other lang distribution
    and follow the Filesystem Hierarchy Standard (FHS)
    under Windows: hard dependency on Cygwin ?
    see Redtamarin Packaging
    and Redtamarin Releases
    and Install the Redtamarin SDK
  • how to build and distribute an executable
  • how to build daemon/service
    • need to be able to capture signals
    • need to test with upstart etc. under Linux
    • need to test with launchd under mac OS X
    • need to test services API under Windows
  • how to build socket server
    • strangely a socket loop is very similar to an event loop
    • need to be able to transfer AMF messages (eg. support types)