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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Does a Server-side Native Client Make Sense?

2 点作者 HardyLeung大约 13 年前
Have anyone thought of having NativeClient (Nacl) running on the server side, interfacing with node.js? I thought this would be really cool, mirroring some advantages of node.js. Suppose Nacl is supported on the server side (and let's call it nacl.js?), I could write high-performance code that runs on the client side <i>AND</i> deploy on the server side. This would also make it easy to deploy non-trivial C/C++ code on commodity server (assuming vendors support it, which I think they will thanking to Nacl's sandboxing model).<p>Your opinion? Flaw in my logic? Is someone already working on this? I think this would be a cool project.

1 comment

nicholaides大约 13 年前
Interesting idea. Seems like people are already doing it. Just Google "NaCl server side".