> My approach was to implement the OpenWhisk platform API > using a stub server that would execute the actions using Docker in the host > system.
You really don’t need this though - look at the invoker.py script. That is enough IMO, either extending that or copying that into a new executable (go or node). -r
