最喜欢的开源 Google App Engine 应用程序(Java 或 Python)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1502820/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 16:48:01  来源:igfitidea点击:

Favourite Open Source Google App Engine apps (Java or Python)

javapythongoogle-app-engineopen-source

提问by flybywire

To learn from good examples, what are the best open source Google App Engine applications out there?

要从好的示例中学习,最好的开源 Google App Engine 应用程序是什么?

I don't care if it is Java or Python based.

我不在乎它是基于 Java 还是基于 Python。

Please one app per answer. Feel free to add a link to the live app (if there is) and to the project page.

每个答案请使用一个应用程序。随意添加指向实时应用程序(如果有)和项目页面的链接。

采纳答案by fuentesjr

回答by JasonSmith

I dearly love my App Engine Console. It is a mini-app, a "plug-in" for other applications. It gives you an AJAX Python interpreter that runs on the server—great for development and debugging. Sometimes I use cURL pointed at App Engine Console to run (authenticated) one-off remote Python procedure calls.

我非常喜欢我的App Engine 控制台。它是一个迷你应用程序,是其他应用程序的“插件”。它为您提供了一个在服务器上运行的 AJAX Python 解释器——非常适合开发和调试。有时我使用指向 App Engine 控制台的 cURL 来运行(经过身份验证的)一次性远程 Python 过程调用。

(I wrote it, yes, but I use it daily for maintenance of busy sites. It's the first tool I install on new projects and I don't know how I could live without it.)

(是我写的,是的,但我每天都用它来维护繁忙的网站。这是我在新项目上安装的第一个工具,我不知道没有它我怎么活。)

回答by Navraj Chohan

UserInfuser, a gamification platform: http://code.google.com/p/userinfuserand https://github.com/nlake44/UserInfuser

UserInfuser,一个游戏化平台:http: //code.google.com/p/userinfuserhttps://github.com/nlake44/UserInfuser

It can help you add gamification elements to your website (badges and leaderboards). It uses the Channel API for badge notifications.

它可以帮助您将游戏化元素添加到您的网站(徽章和排行榜)。它使用 Channel API 进行徽章通知。

回答by Navraj Chohan

Khan Academy. One of App Engine's bigger customers. https://khanacademy.kilnhg.com/Repo/Website/Group/stable/Files

可汗学院。App Engine 的大客户之一。 https://khanacademy.kilnhg.com/Repo/Website/Group/stable/Files

回答by RyanW

JaikuEngineis probably Google's biggest open source App Engine project.

JaikuEngine可能是 Google 最大的开源 App Engine 项目。

回答by AndyL

I really like FoFouwhich is a simple forum software that I have used.

我真的很喜欢FoFou,这是我用过的一个简单的论坛软件。

FoFou is open source and hosted on github.

FoFou 是开源的并托管在 github 上

回答by systempuntoout

StackPrinteris a webapp that allows printing of StackOverflow's questions in a Printer-Friendly way.
Source code is on github.

StackPrinter是一个 web 应用程序,允许以打印机友好的方式打印 StackOverflow 的问题。
源代码在github 上

回答by Santosh

Eezee MVCis An Easy Model, View, Controller Framework for Google App Engine.
Features

Eezee MVC是 Google App Engine 的简单模型、视图和控制器框架。
特征

  • Has a Controller Class that does routing, handling and rendering templates.
  • 有一个执行路由、处理和渲染模板的控制器类。
  • Your controllers reside in the controllers folder, views (html Django templates) in views folder, models in models folder.
  • 您的控制器位于控制器文件夹中,视图(html Django 模板)位于视图文件夹中,模型位于模型文件夹中。
  • Allows Controller to recieve GET/POST parameters as function arguments.
  • 允许控制器接收 GET/POST 参数作为函数参数。
  • 回答by JJ Geewax

    I really like Bloog, a simple blogging application. Source is on github.

    我真的很喜欢Bloog,一个简单的博客应用程序。来源在 github 上