About the Framework

The ClexusMUD Framework currently has 5 major components that are in development.
(And coincidentally, each component's name is its namespace scope as well!)

Basically, the ClexusMUD.Core assembly defines some basic types and constants for the benefit of all the others. Then, the ClexusMUD.Server assembly comes along, offering types and subsystems that are all part of server functionality. However, ClexusMUD.Server in and of itself is not executable.

Existing as server programs, we have ClexusMUD.ServerApps.Console, ClexusMUD.ServerApps.GUI, and ClexusMUD.ServerApps.Service. The Console component is just that - a .NET Console application as a front-end for the ClexusMUD Server. The GUI component is a Windows Forms application as a front-end for the ClexusMUD Server. The Service component is the ClexusMUD Server running without a front-end - because it runs as a Windows Service.

Click a component to the left for more information, file releases, and documentation.