📶Network

FLECS maintains its own local network flecs. When an app is installed, it is included in the network. This makes it possible for apps to exchange data and services with each other via simple network communication. During the development of an app, it can be added to the network manually at startup: docker run --network=flecs

Last updated