Web Frameworks

We are agnostic as to which technology you use to generate Swiby pages on the server side. Oviously Swiby is not processing HTML, so no technology that is tied to HTML is going to work.

We are imagining templating technologies like Freemarker and Velocity are going to be the sweetspot.

The server technologies in question need to be able to render swiby pages, set the mime type to "text/swiby" and deal with incoming GET and POST operations from the browser.

TODO