A simple JSON-over-HTTP/WS RPC server and client
ADHDev standalone daemon — embedded HTTP/WS server for local dashboard
Modular HTTP/WS service wrappers for Node.
Zero dependencies HTTP/WS proxy module
Subdomain-based reverse proxy and HTTP/WS traffic inspector TUI
Cloudflare Worker proxy — routes HTTP/WS traffic with CORS and bearer auth
Agent pipeline orchestration platform — CLI, HTTP/WS backend, React console
E2E test harness for KB Labs platform — kb-dev controller, HTTP/WS/SSE helpers, isolated project roots
Personal production reverse proxy — route HTTP/WS traffic to locally-registered backends by hostname
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Perform HTTP & WS requests like a boss! A command line utility that supports HTTP, HTTPS, Websocket and server creation, featuring a cool interactive shell. Ideal for testing and debugging.
Simple yet powerful HTTP, WS client with cache and offline support for Typescript + Javascript. For both browser and Node.
A lightweight combined http/ws api server framework built to be extended
Canonical EVM chain-observation primitive: a unified push-or-poll source for new blocks, mempool snapshots, on-demand receipt + tx lookups, and capability disclosure (HTTP / WS / per-method gating). Used as the shared foundation by @valve-tech/gas-oracle
Sivru observe — Claude Code session reader, event normalizer, savings counter, replay harness, HTTP+WS server. Strict no-network-egress (DESIGN.md §5.5).
An HTTP(s) proxy `http.Agent` implementation for HTTPS
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
Stateless XMR402 Protocol v2.0. Transport-Agnostic Monero Payment Gating (HTTP/WS/Nostr).
A tiny Identity-Aware Proxy for tests. It sits in front of your HTTP/WS target during E2E and rewrites Authorization to a short‑lived RS256 JWT — either minted locally or fetched from a remote token service.
`core-api` 是一个以 `initSDK` 为装配点的单例 SDK,内部统一封装了三种传输层(HTTP / WS / gRPC),并提供:
Use websockets with the node streams API. Works in browser and node, with all current WS versions
Standards-compliant WebSocket server and client
Harness-FE core: transport-agnostic capability API + event store + browser-control bridge + identity/canSee/consent. A pure library with no HTTP/WS server — the gateway owns the front door and drives core via the CoreClient interface.
Node server kit for LSDP/1 — HTTP+WS, scene composition, leaf store, server-side adapters, token-agnostic auth hooks.
Gem for integrating GP Webpay HTTP api and WS recurring payments with multiple merchants
Celluloid::IO & Reel powered HTTP(S)/WS framework foundation module.
= Webservice Client Library for InterMine Data-Warehouses This library provides an interface to the InterMine webservices API. It makes construction and execution of queries more straightforward, safe and convenient, and allows for results to be used directly in Ruby code. As well as traditional row based access, the library provides an object-orientated record result format (similar to ActiveRecords), and allows for fast, memory efficient iteration of result sets. == Example Get all protein domains associated with a set of genes and print their names: require "intermine/service" Service.new("www.flymine.org/query"). new_query("Pathway") select(:name). where("genes.symbol" => ["zen", "hox", "h", "bib"]). each_row { |row| puts row[:name]} == Who is this for? InterMine data warehouses are typically constructed to hold Biological data, and as this library facilitates programmatic access to these data, this install is primarily aimed at bioinformaticians. In particular, users of the following services may find it especially useful: * FlyMine (http://www.flymine.org/query) * YeastMine (http://yeastmine.yeastgenome.org/yeastmine) * RatMine (http://ratmine.mcw.edu/ratmine) * modMine (http://intermine.modencode.org/release-23) * metabolicMine (http://www.metabolicmine.org/beta) == How to use this library: We have tried to construct an interface to this library that does not require you to learn an entirely new set of concepts. As such, as well as the underlying methods that are common to all libraries, there is an additional set of aliases and sugar methods that emulate the DSL style of SQL: === SQL style service = Service.new("www.flymine.org/query") service.model. table("Gene"). select("*", "pathways.*"). where(:symbol => "zen"). order_by(:symbol). outerjoin(:pathways). each_row do |r| puts r end === Common InterMine interface service = Service.new("www.flymine.org/query") query = service.new_query("Gene") query.add_views("*", "pathways.*") query.add_constraint("symbol", "=", "zen") query.add_sort_order(:symbol) query.add_join(:pathways) query.each_row do |r| puts r end For more details, see the accompanying documentation and the unit tests for interface examples. Further documentation is available at www.intermine.org. == Support Support is available on our development mailing list: dev@intermine.org == License This code is Open Source under the LGPL. Source code for this gem can be checked out from https://github.com/intermine/intermine-ws-ruby
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.