Giter Site home page Giter Site logo

davius's Introduction

Davius

The obvious DAV server

Davius is a HTTP/WebDAV server that offer the content from the filesystem. You can see it as the big brother of other static web servers like serve-static.

It's mostly focused to serve static content for NodeOS graphic applications, but can be used wherever you want to expose a directory over HTTP and/or allow to modify its content using WebDAV.

Features

Antifeatures (maybe in the future?)

Why the name

Thinking about the DAV word it came to my mind the name of a friend of my girlfriend (although she still doesn't know she is, it's a secret, shh... ;-) ), and it was the obvious name :-D

Also, according to Google Translate, davius means road of the penguin in Albanian. That's funny, and I love penguins :-P

davius's People

Contributors

piranna avatar

Stargazers

 avatar

Watchers

 avatar  avatar

davius's Issues

Allow `Range` header for PUT

Although not standard (it should be used Content-Range), the Range header allow to define several byte-offsets. Probably they would need to be send using a multipart, but it would make sense to send them concatenated.

Implement PATCH method using multipart

Use multipart/form-data containing file fragments (with their content-range) for the PATCH method format as alternative to upload file fragments using the PUT method with the content-range header. By using the PATCH method and the content-range header files fragments would be send in raw similar to how it's done with the PUT method.

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.