FLECS
HomeMarketplaceRessourcesGet started
Engineering
Engineering
  • API Docs
    • FLECS Console API
      • Welcome!
      • Quick Start
      • API Reference
        • Authentication
        • Users
        • Products
        • Device
        • Apps
    • FLECS Core API
      • API Reference
        • System
        • Device
        • Console
        • Instances
        • Apps
        • Jobs
  • App Publishing Guide
    • 💡Overview
    • 🪛How to create a FLECS app
    • 🚀How to release a FLECS app
    • 🧳App Publishing Packages
    • 📶Network
  • FLECS Core
    • Install FLECS Core Using Docker
  • White Labeling
    • Integrate views
    • On-premise hosting of apps
Powered by GitBook
On this page

Was this helpful?

  1. App Publishing Guide

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

PreviousApp Publishing PackagesNextInstall FLECS Core Using Docker

Last updated 11 months ago

Was this helpful?

📶