Skip to content

Frege for Web Applications

Dierk König edited this page Dec 10, 2015 · 4 revisions

There are multiple ways to create web applications with Frege.

  • bare-bones Java Servlet support
  • creating REST services with sparkjava
  • full-stack webapps through Grails integration

Servlet Support

Marimuthu has written a blog post on how to do this.

This approach is also used in the online repl and the respective code can be found here.

REST APIs with Spark

The Frege-Spark integration is available here.

Grails integration

The Grails plugin is used here in order to implement a Frege tic-tac-toe game.

Clone this wiki locally