/
Listen via HTTPS but convert to grid connections

Listen via HTTPS but convert to grid connections

This a good design to limit the need to expose more than one HTTPS port.

Connections can be established by HTTPS but then converted into a simple proprietary binary protocol for speedy transfer of data.

No real value in using any standards like websockets since for a grid one is dealing with host to host communication. What ever is fast and simple. Not using websockets makes the protocol more symmetrical.

Once a connection is established, it’s a bidirectional pipe. This symmetry allows one to simplify the design.

See standard committees.

Related content

Github Repository Authentication - Personal Access Token
Github Repository Authentication - Personal Access Token
Read with this
Make your HTTPS API and Grid API similar
Make your HTTPS API and Grid API similar
More like this
Why is our society so siloed?
Why is our society so siloed?
Read with this
Standards Committees
Standards Committees
More like this
How do we find simplicity in a complex world?
How do we find simplicity in a complex world?
Read with this
Avoid hard coding solutions to problems you cannot understand
Avoid hard coding solutions to problems you cannot understand
Read with this