Code Monkey home page Code Monkey logo

Comments (4)

lucacasonato avatar lucacasonato commented on June 2, 2024 1

@iuioiua Many other file serving tools do this. For example serve and vite dev both print the local network interface when starting up. I think we should also do this in when running deno run -A jsr:@std/http/file_server. It's a very trivial change for us, and it improves user experience. I think we should do it.

from deno_std.

lucacasonato avatar lucacasonato commented on June 2, 2024 1

No, I don't think so. This is particularly useful when running a development server like is common with the file_server tool

from deno_std.

iuioiua avatar iuioiua commented on June 2, 2024

This is a valid use case. However, finding and printing the network address of the current machine seems out of scope for std/http/file_server. The reason is that network interfaces vary across machines and OSs. Instead, I think we should provide an example in the documentation that shows how Deno.networkInterfaces() can be used with Deno.serve()'s onListen() option to print the current machine's network address. An annotation would have to be marked somewhere that determining the network address varies between machines and OSs.

from deno_std.

iuioiua avatar iuioiua commented on June 2, 2024

Okay, fair points. Would it be worth making this default onListen() behaviour for Deno.serve() instead?

from deno_std.

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.