抱歉如果我没有清楚表达自己的话。 我需要: 从 HTTP (S) 通信中获取一个函数, 这意味着要为我的函数指定一个网络地址。 用户可以以适当格式发送投入来启动此功能 。
目前,这些功能都写在FORTRAN中,这意味着我不能把它们放到Google App引擎上。
- Upload FORTRAN codes to this cloud server and compile it into executable file.
- Publish this compiled FORTRAN code, which will give it a web address.
- Allow users to send inputs to this address and do some calculation.
- Save computation results to AMAZON S3 and generate a link for users to download.
因此,我的问题是,这个功能的名称是什么(我想是“REST ” )? 是否有大云服务器可以提供这种服务(如AMAZON、GOOGLE)?
谢谢!