Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
expresscion
Advanced tools
Express.js middleware implementing the state machine as a service (SMaaS) protocol.
Expresscion is an open, cloud-friendly SCXML orchestration server.
Expresscion (formerly SCXMLD) provides Node.js express middleware which implements the State Machines as a Service (SMaaS) protocol.
Install PostgreSQL and Redis and set POSTGRES_URL and REDIS_URL in your environment.
Init a new Node.js project with npm init
.
Create a new index.scxml
file in the project root.
Install expresscion as package dependency: npm install --save expresscion
Add to package.json:
"scripts": {
"start": "node node_modules/expresscion/index.js index.scxml"
},
Then run npm start
, and visit http://localhost:8002/ in your web browser.
Optionally, install SCXML-CLI SCXML-CLI
Expresscion is designed to work well with existing devops tools. Here is how to deploy to heroku:
heroku create my-app
heroku git:remote -a my-app
heroku addons:create heroku-postgresql
heroku addons:create heroku-redis
heroku config:set POSTGRES_URL=`heroku config:get DATABASE_URL`
git push heroku master
FAQs
Express.js middleware implementing the state machine as a service (SMaaS) protocol.
The npm package expresscion receives a total of 9 weekly downloads. As such, expresscion popularity was classified as not popular.
We found that expresscion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.