http-server
Static server
A command-line HTTP server that serves static files without configuration
a simple zero-configuration command-line http server
14k stars
193 watching
1k forks
Language: JavaScript
last commit: 16 days ago
Linked from 3 awesome lists
command-linehacktoberfesthostinghttpserverstatic
Related projects:
Repository | Description | Stars |
---|---|---|
peers/peerjs-server | Provides a lightweight server for establishing connections between PeerJS clients | 4,377 |
tomnomnom/httprobe | Tool for probing multiple domains for working HTTP and HTTPS servers | 2,881 |
facebook/proxygen | Provides a set of C++ libraries and frameworks for building modern HTTP servers and clients. | 8,154 |
httpie/cli | A command-line HTTP client with an expressive syntax and features to interact with web services | 33,939 |
http4k/http4k | A toolkit for building functional HTTP services in Kotlin | 2,620 |
thewawar/simple-http-server | A simple web server written in Rust that can serve static files and handle various HTTP requests. | 2,690 |
lrsjng/h5ai | A modern HTTP web server index for Apache httpd, lighttpd, and nginx. | 5,554 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,738 |
nanohttpd/nanohttpd | A lightweight HTTP server for Java applications | 6,955 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,356 |
tapio/live-server | A development server with live reload capability for web applications. | 4,441 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,674 |
nginx/nginx | A high-performance web server and load balancer with features like SSL encryption and content caching | 25,191 |
sindresorhus/got | A powerful HTTP client library for Node.js that provides a human-friendly and flexible way to make requests. | 14,301 |
encode/httpx | A next-generation HTTP client library for Python with support for async and sync APIs, including HTTP/1.1 and HTTP/2. | 13,283 |