Giter VIP home page Giter VIP logo

Comments (4)

psayre23 avatar psayre23 commented on July 16, 2024

I see a couple ways to do this:

  1. Create a new function called .done() or .send(), which internally sends back the json.
  2. When a function is called that will send a response, internally wait till next tick and send the json.
  3. Have a function .waitUntil() that returns a callback to call when your ready to send.

Option 3 and 2 are backwards compatible. Option 1 is closer to how node works internally, but breaks the abstraction a little bit. Option 3 is the easiest to implement, keeps the API simple, and allows the most flexibility to the developer.

from alexa-app.

psayre23 avatar psayre23 commented on July 16, 2024

I just submitted two pull requests for option 3. Personally, I like the one with promises, but native promises were only added recently in v0.12. You'd need to add a polyfill (and therefore a dependency) for support of v0.10 and lower.

from alexa-app.

jaredalexander avatar jaredalexander commented on July 16, 2024

Thanks!

On Mon, Jun 1, 2015 at 2:45 PM -0700, "psayre23" [email protected] wrote:

I just submitted two pull requests for option 3. Personally, I like the one with promises, but native promises were only added recently in v0.12. You'd need to add a polyfill (and therefore a dependency) for support of v0.10 and lower.


Reply to this email directly or view it on GitHub.

from alexa-app.

matt-kruse avatar matt-kruse commented on July 16, 2024

Fixed in version 2.0, to be released soon. Intent handlers can now return false, and resolve the response promise whenever they are done with their work.

from alexa-app.

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.