🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

dort

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dort

File sharing through web with wonderful alternation.

Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
4
-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

File sharing through web with wonderful alternation.

Introduction

Dort is a npm tool to share your editing, file structure through web during presentation or code review.

Everybody in the same network can browse through the files, check file history, copy the code, download the project, preview images, etc.

Feature

  • Easy for Client (all platform with browser)
  • Live Update
  • Low Network Traffic

Demo

Instruction

  • Prepare NodeJS and NPM environment

  • Install package

# npm install -g dort
  • Launch dort inside your project folder
# cd /your-files
# dort
  • Open default browser with default port - http://localhost:4574

  • Shre the url to any body in the same network

Configuration

paramsTypeDefaultDescription
debugnumber1develop levels
pathstring''path of file you want open
namestring''name of project
portnumber4574port for web
excludearray['/.DS_Store', '/.log', ...]file to exclude
testboolfalseEnable test mode or not
max-file-sizenumber99999max file size

Then you can launch dort as

# dort "My project" --debug 0 --path /file-path --port 1234 --exclude "node_modules/**" --test true --max-file-size 99999
# // or
# dort "My project" -d 0 -pa /file-path -po 1234 -e "node_modules/**" -t true -m 99999

TODO

  • node procedure to watch files in local
  • state management
  • FE web
  • [·] chat and barrage (chat system done)
  • File content interactive

Keywords

file

FAQs

Package last updated on 08 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts