Ask HN: Simple web server with drag and drop upload?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • nodejs-simple-file-upload

    a simple app for uploading files using node.js and express

    Found this, which does the job:

    git clone https://github.com/Majidkn/nodejs-simple-file-upload

    cd nodejs-simple-file-upload

    npm i

    npm start

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • remi

    Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

    You could try remi. It supports file uploads out of the box and is pretty simple to get up and running:

    https://github.com/rawpython/remi

  • uploadserver

    Python's http.server extended to include a file upload page

    Another option with Python is

    uploadserver: https://github.com/Densaugeo/uploadserver

    python built-in: python -m http.server (does not support upload)

  • webserver

    WebSocket first web server, HTTP over WebSockets (by prettydiff)

    192.168 is a non-routable address space. That means you are limited to the local network behind your router.

    1. Set up SMB sharing. It’s amazing and universal across different operating systems. Then you can go to \\192.168.whatever to access your files with drag and drop.

    2. Set up a netbios name for your new file server so that it can be as simple as \\x.

    3. Set up PiHole on your local network as a simple domain manager and fall back to 1.1.1.3 or 8.8.8.8 for free public DNS services. Then point your router to your server IP address for DNS resolution to custom domains. Now you can set up custom domains like www.x.

    4. You can write your own web server easily. I did. Now I have universal proxy and domain redirection via a simple config file. I can proxy anything from webpages to 20gb mp4s directly into the browser. This will get you started https://github.com/prettydiff/webserver/

    5. Create symlink between your web page root and your file share. Now your files are available via domain through the browser like https://www.x/files/

    Good luck

  • filemanager

    đź“‚ Web File Browser

    https://github.com/filebrowser/filebrowser/releases

    Hey, check out Filebrowser. It's this cool open-source tool I found. You just drag files onto a webpage to upload them, and you can manage everything right there. Super easy to use and totally free. Worth a look if you need to organize files online.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Torrents] La transmission et le dĂ©luge sont bien, mais Wow est leur dĂ©veloppement mort. Des centaines de problèmes intacts et de demandes de traction. De nouveaux dĂ©veloppeurs veulent prendre le relais et fourche?

    2 projects | /r/enfrancais | 4 May 2023
  • Plugins can't be updated

    3 projects | /r/qBittorrent | 17 Apr 2023
  • judge me based on my desktop

    2 projects | /r/teenagers | 15 Mar 2023
  • meirl

    3 projects | /r/meirl | 7 Mar 2023
  • Tool to parse, index, and search local documents? - Windows

    3 projects | /r/selfhosted | 3 Mar 2023

Did you konow that Python is
the 1st most popular programming language
based on number of metions?