iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Module: core/bbs

Simplified BBS API

Summary

High-level declarative API for building BBS applications

This module provides a simplified, declarative API that wraps the existing core functionality, enabling cleaner and more expressive BBS development.

Table of contents

Interfaces

Type Aliases

Variables

Type Aliases

BBSType

Ƭ BBSType: typeof bbs

Defined in

core/src/bbs.ts:1156


SnackTarget

Ƭ SnackTarget: "current" | "broadcast" | { node: number } | { user: string }

Target for snack delivery: current session, broadcast, or specific node/user

Defined in

core/src/bbs.ts:107

Variables

bbs

Const bbs: BBS

Singleton BBS instance

Defined in

core/src/bbs.ts:1154