All Projects → hellojukay → httpfs

hellojukay / httpfs

Licence: BSD-3-Clause license
Go 编写的静态文件服务器,支持文件拖拽上传,无第三方包依赖, 支持 Windows, Linux , Darwin。

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to httpfs

simple http server
simple http server for upload and download
Stars: ✭ 101 (+260.71%)
Mutual labels:  upload, http-server
ValaSimpleHTTPServer
Simple HTTP server made in vala
Stars: ✭ 49 (+75%)
Mutual labels:  http-server
Vue Class Store
Universal Vue stores you write once and use anywhere
Stars: ✭ 243 (+767.86%)
Mutual labels:  simple
spartana
A grafana clone that does the bare minimum. SRE's dream dashboarding solution
Stars: ✭ 37 (+32.14%)
Mutual labels:  simple
ngx-ion-simple-mask
Input mask for Angular/Ionic
Stars: ✭ 21 (-25%)
Mutual labels:  simple
sudden.js
A high-level API framework built on top of express.
Stars: ✭ 14 (-50%)
Mutual labels:  http-server
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (+707.14%)
Mutual labels:  simple
advancedSmsManager
Advanced SmsManager is avery handy library for sending sms for single and two sim-card phones with many options.
Stars: ✭ 27 (-3.57%)
Mutual labels:  simple
react-click-to-edit
Make any text editable.
Stars: ✭ 16 (-42.86%)
Mutual labels:  simple
cpphttpstack
c++ api for http client & server
Stars: ✭ 30 (+7.14%)
Mutual labels:  http-server
hugoblog
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)
Stars: ✭ 48 (+71.43%)
Mutual labels:  simple
simple-jwt-provider
No description or website provided.
Stars: ✭ 33 (+17.86%)
Mutual labels:  simple
reqres
Powerful classes for http requests and responses
Stars: ✭ 36 (+28.57%)
Mutual labels:  http-server
Easythread
一款安全、轻巧、简单的线程池管理器
Stars: ✭ 250 (+792.86%)
Mutual labels:  simple
Ocamlapi
Path-based http request routing in Ocaml.
Stars: ✭ 19 (-32.14%)
Mutual labels:  http-server
Blockchain Python
A blockchain implementation in Python
Stars: ✭ 233 (+732.14%)
Mutual labels:  simple
WP-Media-Uploader
Easily create a custom media upload button in WordPress admin dashboard that you can use in your plugin
Stars: ✭ 25 (-10.71%)
Mutual labels:  upload
EthernetWebServer SSL
Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client. The library supports …
Stars: ✭ 40 (+42.86%)
Mutual labels:  http-server
scaffold
WIP - Simplified PHP framework, using modern practices and techniques. Making use of the best components available.
Stars: ✭ 56 (+100%)
Mutual labels:  simple
acf-dropzone
Drop file uploads directly on ACF file fields
Stars: ✭ 31 (+10.71%)
Mutual labels:  upload

httpfs

一个简单的静态文件服务器,支持拖拽上传文件,目的在于解决内网共享文件的问题。

English

build

安装

// 需要 golang 1.16 以及以上版本
 go install github.com/hellojukay/httpfs@latest
 
httpfs --version
v0.2.13 h1:PMdqIhrKOVJx+/wtPUK67bbKx23aHzpc5m4CgnHo6gU=

demo

特性

  • 单文件,免安装,静态编译无依赖
  • 支持Linux,Windows,Mac OSX 等
  • 拖拽上传
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].