Code Monkey home page Code Monkey logo

Comments (8)

yurivict avatar yurivict commented on July 22, 2024 1

The best thing the author of any package can do is to write instructions on how to use it as easy as possible.

Because software can be super high-tech and cool, but if nobody else can install it, nobody but the author can see that remarkable high-techness and coolness.

from snapdrop.

frdmn avatar frdmn commented on July 22, 2024

👍

The project is trending right now, so I assume a lot of new people will have the same issue.

from snapdrop.

RobinLinus avatar RobinLinus commented on July 22, 2024

I am sorry guys! I am very busy keeping the server up and well, I have job :D
But I'll write a short introduction now...

from snapdrop.

frdmn avatar frdmn commented on July 22, 2024

@capira12 No worries. We do understand that of course.

@ALL: Here's a temporary "getting started" guide:

  1. Clone this repository using git clone

  2. Run npm install to install all NodeJS dependencies

  3. Run bower install to download all web libraries

  4. Adjust the static folder to "/app" in the index.js file:

    -- app.use(express.static(__dirname + '/public'));
    ++ app.use(express.static(__dirname + '/app'));
  5. Run npm start to serve via Gulp

from snapdrop.

yurivict avatar yurivict commented on July 22, 2024

It runs. Now it is supposed to share files between browsers that all open it on port 5000?

I opened port 5000 on both host and Android, but nothing happens. On Android it only shows blue circles.

from snapdrop.

frdmn avatar frdmn commented on July 22, 2024

@yurivict Make sure to start the WebSocket server. Open a second shell and run:

node index.js

from snapdrop.

yurivict avatar yurivict commented on July 22, 2024

'node index.js' gets connections.

But browser sometimes doesn't show where to send, and sometimes it does list clients to send to, curiously including itself. When I select a file to send, it never shows any message on the target. And Android browser never shows anything but blue circles.

from snapdrop.

tristan-k avatar tristan-k commented on July 22, 2024

I'm also struggling with the port configuration.

from snapdrop.

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.