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

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

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

stuart/elixir-webdriver

0
View on GitHub↗
119 星标·30 分支·Elixir·MIT·2 次浏览

Elixir Webdriver

WebDriver client for Elixir.

Features

  • HTTP Clients and Servers - Implementation of the WebDriver protocol.

Star 历史

stuart/elixir-webdriver 的 Star 历史图表stuart/elixir-webdriver 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Elixir Webdriver 的开源替代方案

相似的开源项目,按与 Elixir Webdriver 的功能重合度排序。
  • twisted/twistedtwisted 的头像

    twisted/twisted

    5,969在 GitHub 上查看↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Pythonasyncasync-pythondns
    在 GitHub 上查看↗5,969
  • micronaut-projects/micronaut-coremicronaut-projects 的头像

    micronaut-projects/micronaut-core

    6,418在 GitHub 上查看↗

    Micronaut Application Framework

    Javacloudnativegroovyjava
    在 GitHub 上查看↗6,418
  • ipfs/js-ipfsipfs 的头像

    ipfs/js-ipfs

    7,401在 GitHub 上查看↗

    js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with the InterPlanetary File System. It provides a promise-based asynchronous API for managing content-addressed storage, where all data is identified by cryptographic hashes (CIDs) for immutable references and deduplication. The library communicates with a remote IPFS node through HTTP requests, supporting cancellation of in-flight operations via standard AbortController signals. The library offers a comprehensive set of capabilities for working with IPFS, including adding and ret

    JavaScriptdecentralizeddistributedimmutable
    在 GitHub 上查看↗7,401
  • codeplea/hands-on-network-programming-with-ccodeplea 的头像

    codeplea/Hands-On-Network-Programming-with-C

    701在 GitHub 上查看↗

    This project serves as a comprehensive tutorial and technical resource for developing network applications in the C programming language. It focuses on the practical application of the Berkeley socket interface, guiding users through the implementation of low-level network protocols and the management of data transmission across both connection-oriented and connectionless streams. The material distinguishes itself by covering the full lifecycle of network communication, from initializing system-level protocol stacks and resolving domain names to managing complex connection behaviors. It provi

    C
    在 GitHub 上查看↗701
查看 Elixir Webdriver 的所有 30 个替代方案→

常见问题解答

stuart/elixir-webdriver 是做什么的?

WebDriver client for Elixir.

stuart/elixir-webdriver 的主要功能有哪些?

stuart/elixir-webdriver 的主要功能包括:HTTP Clients and Servers。

stuart/elixir-webdriver 有哪些开源替代品?

stuart/elixir-webdriver 的开源替代品包括: ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… twisted/twisted — Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network… micronaut-projects/micronaut-core — Micronaut Application Framework. codeplea/hands-on-network-programming-with-c — This project serves as a comprehensive tutorial and technical resource for developing network applications in the C… crowdhailer/raxx — Interface for HTTP webservers, frameworks and clients. clj-commons/aleph — Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP.