iconUrl="classpath://nodejs-logo.png")
public class NodeJsTodoApplication extends AbstractApplication implements StartableApplication {
@Override
public void initApp() {
RedisStore redis = addChild(EntitySpec.create(RedisStore.class));
addChild(EntitySpec.create(NodeJsWebAppService.class)
.configure(NodeJsWebAppService.APP_GIT_REPOSITORY_URL, "https://github.com/grkvlt/nodejs-todo/")
.configure(NodeJsWebAppService.APP_FILE, "server.js")
.configure(NodeJsWebAppService.APP_NAME, "nodejs-todo")