lichat serverlib

1.0.0

Tools to help build a server using the lichat protocol.

Table of Contents

About Lichat-Serverlib

This is an implementation of the server-side protocol part of the Lichat protocol. It provides an extensible, transport-agnostic implementation that can be used to base a functional server on. All that the real server needs to take care of is the underlying connection establishment and reading.

You do not need this library if you are looking to implement a client. You don't need it if you're looking to implement a server either, but it will take care of a large part of the implementation tasks for you if you do use it.

Implementing an Overarching Server

In order to implement an actual server, you will want to do the following:

For a simple illustrative example, see the lichat-tcp-server.

Also See

System Information

1.0.0
Yukari Hafner
zlib

Definition Index