mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
8fb7129f860156137b3c3bc42be919deda6b9367
SASjs Server
SASjs Server provides a NodeJS wrapper for calling the SAS binary executable. It can be installed on an actual SAS server, or it could even run locally on your desktop. It provides the following functionality:
- Virtual filesystem for storing SAS programs and other content
- Ability to execute Stored Programs from a URL
- Ability to create web apps using simple Desktop SAS
One major benefit of using SASjs Server (alongside other components of the SASjs framework such as the CLI, Adapter and Core library) is that the projects you create can be very easily ported to SAS 9 (Stored Process server) or Viya (Job Execution server).
Configuration
Configuration is made in the configuration section of package.json:
- Provide path to SAS9 executable.
- Provide
SASjsServerhostname and port (eglocalhost:5000).
Languages
TypeScript
74.6%
CSS
24.2%
JavaScript
0.6%
Shell
0.3%
HTML
0.2%