TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: jqkungfu, a jq Playground Built with WebAssembly

2 点作者 raboukhalil超过 6 年前

1 comment

raboukhalil超过 6 年前
Author here.<p>I built this tool to quickly play around with JSON data and jq queries outside the command line.<p>It was built by compiling jq from C to WebAssembly, and by basically calling jq&#x27;s main() function from JavaScript!<p>The main advantage of this over having a server run jq queries and return results to the browser is speed and security. But there&#x27;s also convenience: jqkungfu is front-end only, and is hosted as a bunch of static files on cloud storage!