Git Product home page Git Product logo

fsm-http's People

Contributors

dolphin278 avatar

Watchers

 avatar

fsm-http's Issues

Send fsm's data on transition attempt

When performing HTTP request for state transition, send fsm's data field as request body (request json or body field).

If request field of edge object also contains body or json fields, mix fsm's data field with these values, giving priority to fsm data members over edge object request field members.

Tricky question is what should we do when HTTP endpoint returned HTTP status code 200, but there was an error on parsing endpoint response.

Add HTTP notifications when state changes

Using node-fsm event state, support same similar request field on machine states to notify external systems as we do it for state transitions.

These notification does not affect machine state — so whether we received HTTP status code 200, or not, machine state will not change.

Support some limitation on requests payload size

After #2 will be resolved, there is need to support limits on how much data could be transfered back and forth on state change requests — large request could stuck application and could be used to abuse server in non-controlled environments (when fsm are provided by third-party).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.