Giter Site home page Giter Site logo

Comments (5)

steve2507 avatar steve2507 commented on May 24, 2024

I'm hoping to ramp up development again next year.

In the meanwhile to answer your questions on building flows;
For concatenating strings, the string nodepack is required, but it should be there by default.
For exposing a REST api, you can use the http nodepack. I have a video online that demonstrates how to use it.

Let me know if that helps.

from xible.

chansdad avatar chansdad commented on May 24, 2024

Thanks , it helps . Question - So is a new http server being spawned on the port you specify for the flow, so you have demonstrated the /hello running on port 8080. if i where to have another endpoint like /todo , then do i have to add the http server again and specific a different port?

Thanks

from xible.

steve2507 avatar steve2507 commented on May 24, 2024

You can connect multiple inputs (and thus multiple nodes) to the same output. So in this case, you can relate multiple http.server.on-request nodes to a single http.server node.
When you double click the 'servers' output on the http.server node, it will automatically connect to all 'http.server' inputs within the flow, including http.server.on-request.

from xible.

steve2507 avatar steve2507 commented on May 24, 2024

Hi @chansdad; so I noticed there was a flaw while installing new version of xible.
As a result of this, it was not possible to load certain nodepacks. Those should be resolved now with the latest 0.19.2.
Feel free to upgrade and have a look!

from xible.

chansdad avatar chansdad commented on May 24, 2024

Thanks . Will look at it.

from xible.

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.