Code Monkey home page Code Monkey logo

Comments (7)

Marak avatar Marak commented on May 23, 2024 1

@mphuie - I think I got it. This makes sense. I must have forgotten to update the examples to use the new API semantics.

If you look at https://github.com/Stackvana/microcule/blob/master/examples/express-python.js#L19, you'll see it's now updated and should be working.

Basically, if the response isn't closed inside of a script, we need to have a middleware at the end of the server to catch and close the response. This will only fire if the script itself doesn't close the response.

I'll take the time to update the other examples and see about adding documentation for explicitly closing the request inside non-JS services.

Does that work for you?

from microcule.

mphuie avatar mphuie commented on May 23, 2024

This is on OS X 10.12.4 with Node v6.9.5

from microcule.

Marak avatar Marak commented on May 23, 2024

Can you be more specific which example you are having issues with?

There should be a mechanism in place which ends the request when the script completes. It's possible I failed to port over this functionality from hook.io, but I know we did create a way for this to work.

from microcule.

mphuie avatar mphuie commented on May 23, 2024

Tried these. Only the JS example in express-multi-language.js works

https://github.com/Stackvana/microcule/blob/master/examples/express-multi-language.js
https://github.com/Stackvana/microcule/blob/master/examples/express-python.js
https://github.com/Stackvana/microcule/blob/master/examples/express-any-binary.js

from microcule.

Marak avatar Marak commented on May 23, 2024

I think I got it, one moment.

from microcule.

mphuie avatar mphuie commented on May 23, 2024

Yep, that works, doesn't that mean the server will return a 200 regardless of exit code?

from microcule.

Marak avatar Marak commented on May 23, 2024

I think right now, it's up to the developer to determine which HTTP status will be sent back into the response. It would probably be correct for us to provide a configurable mapping of HTTP response codes to the exit codes. I believe hook.io is doing this already to some extent.

If you could post some example code or scenarios with what you would expect to see as a result, I would be glad to review and see if we can incorporate it into the project.

Thank you for your feedback.

from microcule.

Related Issues (20)

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.