Giter Site home page Giter Site logo

Comments (14)

Stophface avatar Stophface commented on June 12, 2024

@x5c Did you solve it? I get the same error.

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

When I put it into Android, he reported this mistake. Please help me.

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

I follow the steps on the Android mobile phone, such as map error
wechatimg352

from react-native-static-server.

Stophface avatar Stophface commented on June 12, 2024

The docs are a little missleading @BubbleCoding
Make sure you pass it a path to a folder where the server is running on.
I think it does not hurt if you specify the port explicitly

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

@Stophface
port and path two parameters needed to pass on Android? Is default localhost not available?

from react-native-static-server.

Stophface avatar Stophface commented on June 12, 2024

@BubbleCoding Nope. I got the same error when I relied on default localhost. Pass it 8080 or whatever, and it should work :)

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

@Stophface My code is like this

import StaticServer from 'react-native-static-server';
let server = new StaticServer(8080);
// Start the server
server.start().then(url => {
console.log('Serving at URL', url);
});

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

@Stophface How did you solve it? Can you explain it in detail? Thank you

from react-native-static-server.

Stophface avatar Stophface commented on June 12, 2024

@BubbleCoding what is url? That should be a path to a folder in your filesystem on the device.

Something like

let server = new StaticServer(8080, '/path/to/folder');

server.start().then(url => {
    console.log('Serving at URL', url);
});

To access the filesystem, use https://github.com/wkh237/react-native-fetch-blob#user-content-file-system

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

Thank you. I want to interface to different /inputMoneyValue and /mdbStatus and /openDoorResult by http://192.168.8.132:8080/. What should I do?

from react-native-static-server.

Stophface avatar Stophface commented on June 12, 2024

@BubbleCoding sorry, I dont understand you. If /inputMoneyValue and /mdbStatus and /openDoorResult are folders in your filesystem, use https://github.com/wkh237/react-native-fetch-blob#user-content-file-system. The documentation is quite extensive :)

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

@Stophface Thank you. I want to interface to different /inputMoneyValue and /mdbStatus and /openDoorResult by http://192.168.8.132:8080/. What should I do?

from react-native-static-server.

jishuke avatar jishuke commented on June 12, 2024

@Stophface Thank you for your patience in helping me. I want to turn it into a mini server, it will receive different Url such as http://192.168.8.132:8080/inputMoneyValue and http://192.168.8.132:8080/mdbStatus and it will return some data such as: JSON {"MSG": "status notification interface"}

from react-native-static-server.

Stophface avatar Stophface commented on June 12, 2024

@BubbleCoding I am not sure if this library is the correct one for doing this

The docs say

StaticServer serves from the document directory (default) or takes an optional absolute path to serve from.

It says document directory or absolute path. As far as I understand it, it needs a folder to serve from. Maybe overthink what you are doing or consider another library.

from react-native-static-server.

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.