Stream text to your audience. Useful for talks, trainings, and more.
GitHub Flavored Markdown support: Text styling, code blocks, images...
nvm use # Requirement: nvm (Node Version Manager, https://github.com/nvm-sh/nvm)
npm install
npm run dev
npm run build
npm start
- Protect admin page via code
- Scaling content transfer: Don't transfer full content every time, but just the differences.
- Scaling number of connections: Have multiple worker VMs that can accept connections - store data in a central database.