Chapter 1. Introduction

This part of the manual describes how the user interface part (presentation tier or client) of Wolframe applications can be built.

A Wolframe client can be of various kinds. They all communicate with the server over a text based protocol in a plain or encrypted session. All methods used are based on open standards.

We will introduce some examples of clients: The Wolframe standard client written in Qt (C++), a .NET client written in C# and a web client written in PHP communicating via a web server with the Wolframe application server.

After reading this chapter you should be able to create a Wolframe client based of one of these examples on your own.