awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
I

indexzero/http-server

0
View on GitHub↗
0 stars·0 forks·5 views

Http Server

http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development and learning.

Features

  • Development Servers - Simple zero-configuration command-line HTTP server.

Star history

Star history chart for indexzero/http-serverStar history chart for indexzero/http-server

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Http Server

Similar open-source projects, ranked by how many features they share with Http Server.
  • tapio/live-servertapio avatar

    tapio/live-server

    4,563View on GitHub↗

    live-server is a local HTTP server designed for hosting static HTML, JavaScript, and CSS files. It functions as a live reload development server that monitors file changes and automatically refreshes the browser to reflect updates. The server includes an HTTP request proxy to route specific paths to remote URLs, bypassing cross-origin resource sharing restrictions. It also serves as a single page application routing proxy, mapping URL requests to a specific entry file to support client-side navigation. Additional capabilities cover security and access control through basic authentication and

    JavaScript
    View on GitHub↗4,563

Frequently asked questions

What does indexzero/http-server do?

http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development and learning.

What are the main features of indexzero/http-server?

The main features of indexzero/http-server are: Development Servers.

What are some open-source alternatives to indexzero/http-server?

Open-source alternatives to indexzero/http-server include: tapio/live-server — live-server is a local HTTP server designed for hosting static HTML, JavaScript, and CSS files. It functions as a live…