awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mtrpcic avatar

mtrpcic/pathjs

0
View on GitHub↗
1,095 星标·175 分支·JavaScript·4 次浏览

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 历史

mtrpcic/pathjs 的 Star 历史图表mtrpcic/pathjs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mtrpcic/pathjs 是做什么的?

Simple, lightweight routing for web browsers

mtrpcic/pathjs 的主要功能有哪些?

mtrpcic/pathjs 的主要功能包括:Routing, Routing Libraries, 路由和链接(Routing And URLs)。

mtrpcic/pathjs 有哪些开源替代品?

mtrpcic/pathjs 的开源替代品包括: 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~!

Pathjs 的开源替代方案

相似的开源项目,按与 Pathjs 的功能重合度排序。
  • visionmedia/page.jsvisionmedia 的头像

    visionmedia/page.js

    7,681在 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
    在 GitHub 上查看↗7,681
  • millermedeiros/crossroads.jsmillermedeiros 的头像

    millermedeiros/crossroads.js

    1,439在 GitHub 上查看↗

    JavaScript Routes

    JavaScript
    在 GitHub 上查看↗1,439
  • flatiron/directorflatiron 的头像

    flatiron/director

    5,575在 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
    在 GitHub 上查看↗5,575
  • lukeed/navaidlukeed 的头像

    lukeed/navaid

    796在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗796
  • 查看 Pathjs 的所有 30 个替代方案→