Giter Site home page Giter Site logo

Comments (3)

paradox42 avatar paradox42 commented on September 21, 2024

Hello you guy i just start learn about redux-saga .when i run the project

Server running at http://10.42.0.1:9966/ (connect)
why it not run on my localhost and where is this code from ?
Thank you

try access the page using http://localhost:9966, that worked for me.

from redux-saga-beginner-tutorial.

vinhyenvodoi98 avatar vinhyenvodoi98 commented on September 21, 2024

try access the page using http://localhost:9966, that worked for me.

after research i finding out that this project using the package that name budo . you can find budo in node_module after run npm start

  function getHostAddress (host) {
    // user can specify "::" or "0.0.0.0" as host exactly
    // or if undefined, default to internal-ip
    if (!host) {
      host = server.address().address
      if (host === '0.0.0.0') {
        // node 0.10 returns this when no host is specified
        // node 0.12 returns internal-ip
        host = '::'
      }
    }
    if (host === '::') {
      host = internalIp()
    }
    return host
  }

and find this function in budo.js

from redux-saga-beginner-tutorial.

vinhyenvodoi98 avatar vinhyenvodoi98 commented on September 21, 2024

you can read about budo in https://github.com/mattdesl/budo

from redux-saga-beginner-tutorial.

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.