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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Write Chrome Extensions in Go

72 点作者 fabioberger123大约 10 年前

7 条评论

aikah大约 10 年前
TLDR;<p>Go -&gt; Gopherjs -&gt; Javascript running like any other Chrome extension. Go isn&#x27;t running in Chrome extensions as &quot;native client&quot; here.
评论 #9291732 未加载
agox大约 10 年前
First thought: &quot;I swear to god if this involves compiling Go to Javascript...&quot;
评论 #9291443 未加载
评论 #9293989 未加载
eatonphil大约 10 年前
I was hoping someone finally figured out a good way to start the Go runtime from node&#x2F;c&#x2F;c++. Once this feature exists it will be trivial to write Go extensions&#x2F;modules for Chrome, Apache, Node, MySQL, you name it.
shwetank大约 10 年前
This more or less should work with Opera extensions too.
tkubacki大约 10 年前
nice, but it&#x27;s way easier in Dart and if you want to develop Chrome Packaged App there is even project template for this in DartEditor
GutenYe大约 10 年前
For developing Chrome Extension, why would anyone want to use Go over Javascript?
mehrzad大约 10 年前
This github naming convention (that I see often with Go code) of using the product target name as the project name is starting to annoy me.<p>Also does anyone have any idea why Gopherjs would be better than Clojurescript, Typescript, Coffeescript, etc?
评论 #9291337 未加载