Skip to content

Commit 7ff6b67

Browse files
authored
Rename 'Overview' to 'Context' and add details
Updated section headers and added context for the project.
1 parent 9bbc17c commit 7ff6b67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
55
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)
66

7-
## Overview
7+
## Context
88

99
This started as a state machine for [p2piano.com](https://p2piano.com), as the combination of p2p networking and the audio syncronization engine has some performance challenges to get smooth on a browser. **I would not advice anyone to use this unless you're interested in the experiment**. It still has a long way to go before having a good dx.
1010

11+
12+
## Overview
1113
Ensemble is a frontend framework for building complex applications using the actor model. It enables developers to organize application logic into independent, composable actors that communicate via message passing. Actors can run on any thread (main or a worker) without coupling the actor topology to execution context, allowing for flexible performance optimization and clear separation of concerns.
1214

1315
## Table of Contents
1416

1517
- [Overview](#overview)
16-
- [Project Status](#project-status)
1718
- [Installation](#installation)
1819
- [Quick Start](#quick-start)
1920
- [Packages](#packages)

0 commit comments

Comments
 (0)