Websockets

Websocket Protocol #

Websocket Protocol is a network protocol that uses Godot’s WebSocketMultiplayerPeer. Great option if you planned to export your game as HTML5.

Secure Connections #

Websocket Network Protocol comes with secure options out of the box. You can read more guides at Encryption.