
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
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) REST protocol.
Install PostgreSQL and Redis and set POSTGRES_URL and REDIS_URL in your environment.
You can clone this project boilerplate and run npm install
; or follow the instructions.
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_modules/expresscion/bin/www index.scxml"
},
Then run npm start
, and visit http://localhost:8002/ in your web browser.
Optionally, install command-line tools: https://github.com/JacobeanRnD/smaas-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`
heroku config:set HOST_URL=https://my-app.herokuapp.com
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 8 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.