Dev.Opera - Follow the standards, break the rulesDev.Opera - Follow the standards, break the rules

Login

Lost password?

Markuper Library

Markuper is a template library that provides an easy way to develop Opera Unite services.

Usually, when developing an Opera Unite service, you need to output all content through the WebServerResponse.write* functions. That can easily be turned into a cumbersome task when there’s a need to change the document produced—for instance, when the designer wants to revamp the layout of the page. It also violates abstraction layers, between logic and separation, unless you create your own functions to separate them.

The Markuper template library tries to solve these problems, as well as world hunger, by using a specific syntax that developers can use to create bindings between JavaScript code and HTML documents. For more information, check out the complete article.

Libraries