Hi,
First off, thank you all for the support and nice comments, really makes it worth the effort.
Just to quickly clarify the differences on the products:
TL;DR - Coronium Core should not be installed with other products.
Coronium Core is an all-in-one server heavily geared towards data-driven applications. It’s very well suited for business style applications, but there are plenty of uses in the game space as well. With the addition of Pages, it offers some unique interfacing to your applications via the web. Core is not a real-time server, but with Mongo you could build turn-based games quite easily that will perform very well due to the speed of the server. Core should be kept as a stand-alone install and can not be mixed with the other products.
Coronium SkyTable shares some minimal concepts under the hood with Core, but it is not built on top of it. It’s a much more streamlined install and code base, and less evasive server wise as Core is. Core and SkyTable can not run on the same server together. Core provides the same functionality through its Data module, in a more robust fashion.
Coronium ChatterBox uses an entirely different engine from Core and SkyTable, and is a real-time TCP messaging server. Best suited for real-time chat, it can also be used as a message transport for gaming, though the API is more general in nature. While SkyTable and ChatterBox can run on the same server, Core and ChatterBox should not be installed together.
In regards to real-time gaming, Coronium Versus , which is in its testing and documentation phase, builds on top of ChatterBox to provide a gaming specific API which can be implemented server-side using Lua. Because you are able to build code on the server-side, it is considered an “authoritative” game server, which has many great benefits. I’m hoping that Versus will see a general release near the end of October.
I hope this helps clear up some questions. In essence SkyTable and ChatterBox are the lighter equivalents to Core and Versus.
-dev
