Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
你特别困惑的是什么呢? Python 中的后端文档和 in Java 相当完整,为后端编写代码没有什么特别之处(除非有记录)那里):您只需定义请求处理程序照常进行。这就像编写一个标准的 Web 应用程序一样,只不过没有请求的时间限制(并且保证了预热请求)。
What in particular are you confused about? The backends documentation in Python and in Java are fairly complete, and there's nothing particularly special about writing code for backends (except as documented there): You simply define request handlers as per usual. It's just like writing a standard webapp, except without a time limit on requests (and the warmup request is guaranteed).