Skip to content

ForceExamples/appengine-force-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example for appengine

You can now easily run your Force apps on a Google App Engine infrastructure by the following code! The rest is the same as a normal dart force app.

ForceServer forceServer = new ForceServer();

runAppEngine(forceServer.requestHandler).then((_) { // Server running. and you can do all the stuff you want! });

You don't need to start ForceServer anymore, start of the server will be done by AppEngine!

More info about GAE overall

About

This is an appengine example app of the dart force framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published