diff --git a/README.md b/README.md index a92cca6..9833c9c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SASjs is a open-source framework for building Web Apps on SASĀ® platforms. You c 1 - `npm install @sasjs/adapter` - for use in a node project -2 - [Download](https://cdn.jsdelivr.net/npm/@sasjs/adapter@1/index.js) and use a copy of the latest JS file +2 - [Download](https://cdn.jsdelivr.net/npm/@sasjs/adapter@2/index.js) and use a copy of the latest JS file 3 - Reference directly from the CDN - in which case click [here](https://www.jsdelivr.com/package/npm/@sasjs/adapter?tab=collection) and select "SRI" to get the script tag with the integrity hash. @@ -41,8 +41,165 @@ parmcards4; You now have a simple web app with a backend service! +## Detailed Overview + +The SASjs adapter is a JS library and a set of SAS Macros that handle the communication between the frontend app and backend SAS services. + +There are three parts to consider: + +1. JS request / response +2. SAS inputs / outputs +3. Configuration + +### JS Request / Response + +To install the library you can simply run `npm i @sasjs/adapter` or include a `