This repository was archived by the owner on Feb 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: AppScriptIO/appscript
Releases Β· AppScriptIO/appscript
Version 1 - NestedUnit Module
NestedUnit module implementing an execution pattern using database configuration objects which helps execute code in different implementations or retrieve data from reusable components of data.
Implementations (Built-in):
β’ Middleware - creating chain of middlewares.
β’ Condition - checks if conditions are applied on specific data (e.g. url string) and returns callback information. (e.g. applied to create complex routes from simple checks in a reusable way)
β’ Template - renders nested templates (e.g. producing HTML documents serverside).
β’ Shellscript - shell script runner (executes shell scripts or other implementations from javascript in different ways - e.g. asynchronously, chronologically, custom implementation).