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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MS Research - Ripley: Ensuring the integrity of client-side code

1 点作者 xel02超过 15 年前

1 comment

xel02超过 15 年前
Summary: Using .NET to create web applications and the Volta compiler to automagically generate the required JavaScript code allows for a uniform development platform.<p>The problem: the client code that was once trusted because it lives on a server not resides on untrusted clients. Ripley sits between the server and the client, and runs a replica of the code running on the client. Any input on the client is sent to the replica to be run as well, if the outputs do not agree the code fails.<p>End result: Faster response time on the client(due to the use of client-side code) but integrity of computation.