Ross ROSS = Recommend OSS · open-source software intelligence for agents

jxhczhl/JsRpc

远程调用(rpc)浏览器方法,免去抠代码补环境 observed · 2026-08-28

github.com/jxhczhl/JsRpc · homepage · Go · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 86
  • Release rhythm 72
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 67.0
  • age_days: 1803
  • days_rel: 108
  • days_push: 86
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2347 stars · 455 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

JsRpc is a Go-based RPC server that lets you remotely invoke JavaScript methods running in a browser via WebSocket, avoiding the need to extract and re-implement obfuscated code. It is commonly used in JavaScript reverse engineering to fetch computed values such as encryption or decryption results directly from a live page.

Use cases

  • remotely call browser javascript functions via rpc
  • get encryption results from a website without reversing the js
  • execute js code in a browser through an http api
  • fetch page cookies and html from an injected browser session
  • avoid patching javascript environments when reverse engineering
  • bridge websocket communication between browser console and server

When to choose

  • you need values computed by a site's own javascript (e.g. encrypted params) without reimplementing the algorithm
  • you want to drive a real browser session's js from external scripts or crawlers
  • you are doing js reverse engineering and want to skip environment emulation

When to avoid

  • you need a general-purpose headless browser automation tool like Playwright or Selenium
  • you want a production-grade distributed rpc framework
  • your use case does not involve a live browser executing javascript

Facets

cli-tool · maturity active

rpc websocket http-server web-scraping reverse-engineering reverse-engineering web-development developer-tools windows cli browser js-reverse browser-automation websocket-rpc encryption-bypass javascript-injection automation linux macos web-server

2 sources

Member repositories

RepositoryRoleHealth v2
jxhczhl/JsRpcmain84

For agents

markdown · JSON · MCP: product_card(name="jxhczhl/JsRpc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem