Skip to main content

Worlds Backend - Quick Start Guide

Introduction

The world manager is responsible for loading up y.js state and binding it to the world. It takes network data, saved data or just some sort of saved scene and translates it into the renderer world using the app manager, which as the name implies creates and manages the App.


Quick Start Basics

Directory Structure


**Root**

├─── index.js <--- Main Application Logic Resides Here