Comment on Show HN: Faast.js – Serverless Batch Computing Made SimpleComments−mring336217yThis is neat, but would be more useful if it could deploy cloud functions made in language {x} and provide local js proxies for them.−achouOP7yGood idea. Any specific example you have in mind?−linuxdude3147yPython is a good place to start.−adeora7yPywren (http://pywren.io/) seems to be basically this project, but in Python−mring336217yHonestly, I would want java. Probably would have to provide a mapping spec file (like IDL) to help generate the mediation code between the local proxies and the deployed functions.
Comments
This is neat, but would be more useful if it could deploy cloud functions made in language {x} and provide local js proxies for them.
Good idea. Any specific example you have in mind?
Python is a good place to start.
Pywren (http://pywren.io/) seems to be basically this project, but in Python
Honestly, I would want java. Probably would have to provide a mapping spec file (like IDL) to help generate the mediation code between the local proxies and the deployed functions.