awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mtrpcic avatar

mtrpcic/pathjs

0
View on GitHub↗
1,095 stars·175 forks·JavaScript·11 views

Pathjs

Simple, lightweight routing for web browsers

Features

  • Routing - Simple and lightweight web router.
  • Routing Libraries - Lightweight browser routing.
  • 路由和链接(Routing And URLs) - Listed in the “路由和链接(Routing And URLs)” section of the Awesome Frontend awesome list.

Star history

Star history chart for mtrpcic/pathjsStar history chart for mtrpcic/pathjs

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Pathjs

These projects share indexed features with Pathjs. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • visionmedia/page.jsvisionmedia avatar

    visionmedia/page.js

    7,681View on GitHub↗

    page.js is a client-side JavaScript router for single-page applications that maps URL patterns to executable functions. It functions as a navigation engine and browser history manager, implementing a middleware-based path-mapping system similar to the Express web framework. The library distinguishes itself through an Express-style router model, utilizing a middleware callback chain and a shared context object to pass data between navigation handlers. It supports advanced window management, allowing for multiple router instances to handle navigation independently across different windows or em

    JavaScript
    View on GitHub↗7,681
  • millermedeiros/crossroads.jsmillermedeiros avatar

    millermedeiros/crossroads.js

    1,439View on GitHub↗

    JavaScript Routes

    JavaScript
    View on GitHub↗1,439
  • flatiron/directorflatiron avatar

    flatiron/director

    5,575View on GitHub↗

    Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side, server-side, and CLI environments. It provides a unified approach to defining routes as nested object literals, where each key maps to a URL segment and its handler, supporting both hash fragment monitoring and the HTML5 History API for browser navigation without page reloads. The library distinguishes itself through its ability to operate in multiple contexts with a single routing paradigm. It supports asynchronous handler queue execution for sequential tasks like authenticatio

    JavaScript
    View on GitHub↗5,575
  • lukeed/navaidlukeed avatar

    lukeed/navaid

    796View on GitHub↗

    A navigation aid (aka, router) for the browser in 850 bytes~!

    JavaScript
    View on GitHub↗796
Compare all 30 related projects→

Frequently asked questions

What does mtrpcic/pathjs do?

Simple, lightweight routing for web browsers

What are the main features of mtrpcic/pathjs?

The main features of mtrpcic/pathjs are: Routing, Routing Libraries, 路由和链接(Routing And URLs).

Which projects share features with mtrpcic/pathjs?

Projects with overlapping indexed features include: visionmedia/page.js — page.js is a client-side JavaScript router for single-page applications that maps URL patterns to executable… millermedeiros/crossroads.js — JavaScript Routes. flatiron/director — Director is a routing library for JavaScript that handles URL and command-line pattern matching across client-side,… tanstack/router — TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search… olivernn/davis.js — RESTful degradable JavaScript routing using pushState. lukeed/navaid — A navigation aid (aka, router) for the browser in 850 bytes~!