Giter Club home page Giter Club logo

servefolder.dev's People

Contributors

ashleyscirra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

servefolder.dev's Issues

Make it installable (Progressive Web App)

I guess serverfolder.dev could be made installable with offline support.

In addition to a manifest file with proper icons, the service worker would need to cache the few static files used by the app.

I serve a js file, but it cannot be load on other sites

I browse a site, and I open the devTools, type the code as below:

const script = document.createElement('script')
script.src = 'https://servefolder.dev/host/js/tampermonkey/test-helper.js?t=1691228538502'
script.onload = () => console.log('loaded')
document.head.append(script)

And then, I get an error, like this:

GET https://servefolder.dev/host/js/tampermonkey/test-helper.js?t=1691228538502 net::ERR_ABORTED 404

But this code can be loaded successfully at the servefolder.dev host.
I have no idea about this, Is there any solution?

You cannot open files and folders in second-level subfolders

I tried to open a local version of my repository (link). I can only read one level of subfolders.

Example: testServeFolder.zip

testServeFolder/
       you-can-read-me.txt
       first-subfolder/
              you-can-read-me.txt
              second-subfolder/
                     you-can-NOT-read-me.txt

In the servefolder.dev console there is this error:

index.js:239 Unable to serve file 'first-subfolder/first-subfolder/second-subfolder/you-can-NOT-read-me.txt':  DOMException: A requested file or directory could not be found at the time an operation was processed.

In the host there is this error:

image

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.