This project is no longer maintained. We will not be accepting pull requests, addressing issues, nor making future releases.
Please refer to the new project: Cardinal C Rewrite
Cardinal Core Website (Hosted via Github Pages)
Cardinal is a scalable distributed event driven MMORPG Server framework used to provide development simplicity through event definitions and provides Terraform for all major CSPs to deploy Kubernetes pods and supports AWS ECS.
Live Development Stream:
Feel free to pop on, ask questions, and chat.
$ cd Core
.$ dotnet build
.$ cd ../Worker
.$ dotnet run
.
$ cd CoreTest && dotnet test && cd ../
.
$ cd CoreTest && dotnet test --collect:"XPlat Code Coverage" && cd ../
.
- Dockerfile for each Node.
- Compose.yaml file to instantiate development environment.
- Build scripts to control creating own images and publishing to docker.
- Terraform to create and maintain your own deployments.
- Cloudformation (An extension of the above.)
- Kubernetes configuration to deploy your own K8 pods.
- How to use guide.
- Tutorials.
- Verbose Development Documentation.