Mire Engine

  1. MMORpgmaker Server

    By Thejuster il 18 Feb. 2021
     
    +1   -1    0 Comments   274 Views
    .
    The old MMORpgmaker Server ( for MMO Game )
    Now are switched from C++ to C# Core.

    The reason is simple, dont are important the language, but are very important how to use Socket
    and Thread.

    Managing multiple thread in c++ and comunicating whit external process is not sure.
    In MMORpgmaker can serialize a complex structure like Clustering Alrogithm.
    Whit Header, Body and footer.

    This system resize socket to maximum 50bytes at data sending, whit string, int uint and more information
    closed in unique socket structure.
    Whit C# Core can deserialize a complex structure fast like c++.
    whit a portable cross-platform library.
    Tested on linux geento the performance is very impressive.

    Stay tuned for more news.
      Share  
     
    .