Open Syncaidius opened 2 years ago
Would be nice if the networking library is fully modular, so simple things like "give me a tcp socket" or "do a broadcast to find games" can be overrideen with the steamworks / gog / epicgames / ... api
@IceReaper there will be an abstraction layer, which Molten's own networking API (MNet) will implement, so it will be possible to replace MNet with an alternative networking system via that abstraction layer.
Networking is considered a key area of a game engine to support features such as multiplayer, chat and rich presence.
The following features will be provided and supported, via Molten-specific networking built on Sockets:
Packet
objects