Node.js quick file server (static files over HTTP)

前端 未结 30 1877
攒了一身酷
攒了一身酷 2020-11-22 12:30

Is there Node.js ready-to-use tool (installed with npm), that would help me expose folder content as file server over HTTP.

Example, if I have



        
30条回答
  •  情话喂你
    2020-11-22 13:10

    It isn't on NPM, yet, but I built a simple static server on Express that also allows you to accept form submissions and email them through a transactional email service (Sendgrid for now, Mandrill coming).

    https://github.com/jdr0dn3y/nodejs-StatServe

提交回复
热议问题