Skip to content
/ servedir Public

serveDir: A lightweight HTTP server for sharing static files seamlessly across devices on the same network.

License

Notifications You must be signed in to change notification settings

jempe/servedir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serveDir

Simple Http Server for static files

Motivation

Sometimes we need and easy way to share files between different computers and different operating systems. If the other device is connected to the same network you can run a simple http server and share the URL to the other person.

Installation

If you have a Go development environment you can type the following command in your command line:

go install github.com/jempe/servedir@latest

Usage

Open the terminal and change the directory to the directory that you want to share, then type:

servedir 3000

Change 3000 with the port number that you want to use

The following message will appear:

2018/07/27 10:54:26 Starting web server at http://192.168.100.62:3000

Open the url of your web server in the other device

License

GPL © Jempe

About

serveDir: A lightweight HTTP server for sharing static files seamlessly across devices on the same network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published