Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2 KB

README.md

File metadata and controls

63 lines (49 loc) · 2 KB

jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.

SabreDAV

jsDAV started as a port of SabreDAV to NodeJS Javascript, written by Evert Pot and maintained by Evert and contributors. SabreDAV is regarded as one of the highest quality WebDAV implementations around and is written entirely in PHP and is the most feature complete implementation that I've seen to date. I am watching the SabreDAV repository closely for changes, improvements and bugfixes, to see if they can be ported to jsDAV.

Features

  • Fully WebDAV compliant
  • Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive, Open Office, and probably more
  • Supporting class 1, 2 and 3 Webdav servers
  • Custom property support
  • Locking support

Features in development

  • Pass all Litmus tests
  • CalDAV (to be tested with Evolution, iCal, iPhone and Lightning).
  • CardDAV (to be tested with OSX addressbook, the iOS addressbook and Evolution)

Supported RFC's

RFC's in development

  • RFC4918: WebDAV revision
  • CalDAV ctag, CalDAV-proxy

See the wiki for more information!

Amsterdam, 2010. Mike de Boer.