Overview of the Skip Ecosystem
mainThe Skip ecosystem consists of three primary components:
- Skip Framework: An open-source framework for building reactive backend services. It provides TypeScript interfaces and abstractions that allow you to write reactive services using standard tools while leveraging a custom native backend for efficient, automatic dependency tracking.
- Skiplang Toolchain: The implementation of the Skip Framework's native runtime. It includes the compiler, runtime, and tools like
skargoandsktest. - SKDB: A reactive SQL database built on top of Skip. The TypeScript client is available via the
skdbNPM package.