python - 如何在 Google App Engine 上使用 Coffeescript

标签 python google-app-engine coffeescript go

有谁知道是否可以在 Google App Engine 上使用 Coffeescript?如果是这样,如何使用应用程序引擎 Python 或 Go 平台来完成此操作?

最佳答案

Coffeescript 编译为 Javascript,可以在网络浏览器中运行。在这种情况下,App Engine 可以提供生成的 javascript。

我不知道有什么方法可以将coffeescript编译为python、java或go,所以你不能将它用作服务器端语言。

关于python - 如何在 Google App Engine 上使用 Coffeescript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9764895/

相关文章:

python - Pandas 中的简单/初学者 Excel 转换

google-app-engine - 直接将数据放入 AppEngine 的 Blobstore

javascript - CoffeeScript 类变量可见性

javascript - Coffeescript/JS with Rails、驼峰命名法与下划线命名风格

python - 在 Python 中寻找最有利可图的多/空对排列 - 一个优化问题?

python - 无法使 execfile() 变量成为全局变量而不是局部变量

python - 开始制作游戏,一切正常,但移动功能停止工作

mongodb - 如何在谷歌云计算引擎 VM 实例 (Bitnami) 中查找 mongodb 连接字符串

android - 将开发服务器添加到 App-Engine

javascript - 使用 jasmine 测试对象中的事件处理程序