Reactive language toolkit
Reflex is an experimental toolkit for the development of reactive programming languages.
In practical terms, Reflex provides the ReflexJS reactive language syntax, which can be used with the Reflex Server runtime for rapid development of subscription-based GraphQL API services.
There are currently two out-of-the-box runtime environments for getting started with Reflex:
reflex-server
: Subscription-based GraphQL Reflex server implementation (tutorial)reflex-cli
: Reflex REPL environment and standalone script runner (tutorial)
Both runtimes support the following syntax:
reflex-js
: JavaScript syntax for Reflex
This software is distributed under the Apache 2.0 license. See the full LICENSE
text for details.