Marauroa Chat Tutorial

From Arianne
(Redirected from ClientServerChatExample)
Jump to navigation Jump to search


Marauroa Tutorial


Prerequisites

For this tutorial you will need a Marauroa distribution. You can find download links at Marauroa download page. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below).

You will also need

If you want to use an IDE for development, we recommend Marauroa on Eclipse. Otherwise, there is a version of this chat tutoroial for Netbeans too at Marauroa with NetBeans.

This example uses the integrated h2 database. Marauroa does support MySQL as well, please see database configuration.

First Step

In the first section of this tutorial, we will write the Server before we look at the clients in the following section. {{#breadcrumbs: Marauroa | Using | Tutorial }}