/fastforward

tiny Web application server with Redis database for Single Page Applications

Primary LanguageJavaScript

#Fast!>>Forward NextGen.

FF

Fast!>>Forward is a tiny Web application server with Redis database for Single Page Applications ... or more (ie: workers, server events, ...)

##More docs to come ...

##How to install ?

  • install Golo : http://golo-lang.org/ and set your path
  • git clone https://github.com/k33g/fastforward.git

##How to parameter the application

See app/parameters.golo :

module parameters

#Parameters
function Parameters = -> DynamicObject():
	HTTPPORT(8080):
	PUBLIC("public/"):
	DEFAULT_STATIC("/index.html"):
	ENCODING("UTF-8"): 		#"ISO-8859-1"
	COOKIE_NAME("MINIME_SESSION_ID"):
	REDIS("localhost")

Don't forget to launch Redis !!!

##How to launch the application

  • OSX & TUX : ./ff.sh name_of_application
  • Windows : ./ff.sh with Cygwin, yes i know ...

Don't forget to set classpath for jedis jar driver.

##Demos

###First :

###Second :