Awesome
App Engine JavaScript SDK
Welcome to App Engine for JavaScript! With App Engine, you can build web applications using the JavaScript programming language, and take advantage of the many libraries, tools and frameworks for JavaScript that professional developers use to build world-class web applications. Your JavaScript application runs on Google's scalable infrastructure on top of Java and Rhino, and uses large-scale persistent storage and services.
This is a community project, not affiliated in any way with Google.
- Source & Download: http://github.com/gmosx/appengine/
- Status updates: http://twitter.com/appenginejs
- Homepage: http://appenginejs.org/
- Documentation: http://appenginejs.org/docs
- Mailing list: http://groups.google.com/group/appenginejs
- Issue tracking: http://github.com/gmosx/appengine/issues
- IRC: #appenginejs on irc.freenode.net
This SDK is part of the Nitro ecosystem of Web Application development resources. The SDK tracks the latest developments in the <a href="http://commonjs.org">CommonJS</a> group.
This SDK is compatible with RingoJS. An older version worked with Narwhal and it should be relatively easy to use the SDK with narwhal (some changes will be required though).
Examples
Two examples are provided for the library:
- appengine-example - a very simple JSGI application that utilizes the datastore API
- appengine-blog-example - a simple blog powered by AppengineJS and Nitro.
The above examples include all the packages required to run them to make setup easier.
Documentation
For short examples on using the various API's please consult the online documentation.
Credits
- George Moschovitis george.moschovitis@gmail.com
- Kyungwook, Park parksama@gmail.com
- Panagiotis Astithas pastith@gmail.com
- Christoph Dorn christoph@christophdorn.com
- Roberto Saccon rsaccon@gmail.com
Google App Engine
This is a community project, not affiliated in any way with Google.
Google App Engine is a service of Google, Inc. Copyright (c) 2009 Google, all rights reserved.
License
Copyright (c) 2009-2010 George Moschovitis, http://www.gmosx.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.