Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 722 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 722 Bytes

EarthFast Node Operator Tooling

This repo provides examples for different ways to run nodes on EarthFast.

For more information about each node type, please see

Content Nodes

Content nodes are responsible for storing and serving content to browsers as requested

Examples here

Domain Nodes

The domain node is the gateway for you application served using EarthFast. It serves DNS requests for a given domain by returning the initial service worker to the user's browser that subsequently loads website content from content nodes.

Examples here