Network Protocols

Network Protocols #

Banner

MultiPlay Core comes with a flexible Network Protocol options. You can choose which network implementation you like!

Adding Network Protocol #

You can add a network protocol to MultiPlay Core by searching up “NetProtocol” in add node menu.

Search up NetProtocol

Built-in Network Protocols #

Network Protocols that comes with MultiPlay Core.

  • ENet A relatively thin, simple and robust network communication layer on top of UDP.
  • WebSockets WebSockets implementation for developers targetting towards HTML5 exports.
  • Latency Network Protocol that simulates bad internet connection.
Got your own implementation? Feel free to contribute to the list! You can reach out to me if you had your own implementation. Info about protocol creation can be found at Custom Protocols.