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
Back to googlechromelabs/native-url

Projects sharing features with Native Url

14 open-source projects similar to googlechromelabs/native-url, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • lorien/web-scrapinglorien avatar

    lorien/web-scraping

    7,931View on GitHub↗

    This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools and libraries for parsing data, automating browsers, and managing network operations. It serves as a guide for extracting structured information from HTML, XML, JSON, and PDF formats. The toolkit focuses on advanced data collection strategies, including headless browser automation to interact with JavaScript and a suite of network utilities for DNS resolution and WebSocket connections. It specifically covers methods for bypassing bot protections through proxy pool management, us

    Makefile
    View on GitHub↗7,931
  • ljharb/qsljharb avatar

    ljharb/qs

    8,940View on GitHub↗

    qs is a query string parsing and serialization library used to convert URL query strings into JavaScript objects and transform objects or arrays back into URI-encoded strings. It functions as a secure parser and URI encoding utility, specifically designed to handle nested data structures. The library distinguishes itself through configurable nesting styles and array serialization formats. It provides support for custom character encoding logic and utilizes charset sentinels to manage conversions between UTF-8 and ISO-8859-1. To prevent resource exhaustion and security vulnerabilities, the pr

    JavaScript
    View on GitHub↗8,940
  • unshiftio/url-parseunshiftio avatar

    unshiftio/url-parse

    1,035View on GitHub↗

    Small footprint URL parser that works seamlessly across Node.js and browser environments.

    JavaScript
    View on GitHub↗1,035
  • snd/url-patternsnd avatar

    snd/url-pattern

    588View on GitHub↗

    easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.

    CoffeeScript
    View on GitHub↗588

AI search

Explore more awesome repositories

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

Find more with AI search
  • jfromaniello/url-joinjfromaniello avatar

    jfromaniello/url-join

    366View on GitHub↗

    Join all arguments together and normalize the resulting URL.

    JavaScript
    View on GitHub↗366
  • medialize/uri.jsmedialize avatar

    medialize/URI.js

    6,228View on GitHub↗

    URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through

    JavaScript
    View on GitHub↗6,228
  • pillarjs/encodeurlpillarjs avatar

    pillarjs/encodeurl

    39View on GitHub↗

    Encode a URL to a percent-encoded form, excluding already-encoded sequences.

    JavaScript
    View on GitHub↗39
  • pillarjs/parseurlpillarjs avatar

    pillarjs/parseurl

    188View on GitHub↗

    Parse a URL with memoization.

    JavaScript
    View on GitHub↗188
  • sindresorhus/file-urlS

    sindresorhus/file-url

    0View on GitHub↗

    ` $ npm install file-url `

    View on GitHub↗0
  • sindresorhus/humanize-urlsindresorhus avatar

    sindresorhus/humanize-url

    252View on GitHub↗

    Humanize a URL: https://sindresorhus.com → sindresorhus.com

    JavaScript
    View on GitHub↗252
  • sindresorhus/normalize-urlsindresorhus avatar

    sindresorhus/normalize-url

    877View on GitHub↗

    Normalize a URL

    JavaScript
    View on GitHub↗877
  • sindresorhus/query-stringsindresorhus avatar

    sindresorhus/query-string

    6,904View on GitHub↗

    This is a suite of JavaScript utilities for the bidirectional conversion and manipulation of URL components and query parameters. It provides a mechanism for parsing URL query strings into data objects and serializing those objects back into URL-encoded strings. The library includes functions for filtering, isolating, and modifying parameters within a full URL or query string. It supports the construction of complete web links by combining base addresses with formatted query parameters. The toolset covers data transformation primitives such as alphabetical key sorting, input sanitization, an

    JavaScript
    View on GitHub↗6,904
  • masterminds/sprigMasterminds avatar

    Masterminds/sprig

    4,692View on GitHub↗

    Sprig is a comprehensive library of helper functions designed to extend the Go text template engine. It provides a wide array of custom functions that can be injected into the engine to enable complex data manipulation and logic directly within templates. The project offers specialized capabilities for cryptography, including the generation of private keys, X.509 certificates, and secure password hashes. It also includes advanced logic extensions for semantic versioning comparison, ternary evaluations, and the resolution of environment variables from the host operating system. The library co

    Gogotemplatetemplates
    View on GitHub↗4,692
  • maxogden/art-of-nodemaxogden avatar

    maxogden/art-of-node

    9,873View on GitHub↗

    This project is a structured Node.js programming course and educational guide designed to teach JavaScript backend development. It provides a sequence of workshops and interactive tutorials that focus on the fundamentals of the Node.js runtime and its core modules. The material emphasizes asynchronous programming, specifically covering non-blocking I/O, callback patterns, and event-driven architecture. It includes a practical exploration of the core API for managing network applications, file system operations, and binary data. The curriculum covers module management and dependency resolutio

    JavaScript
    View on GitHub↗9,873