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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Jack: A port of Rack to JavaScript

13 点作者 luccastera超过 16 年前

1 comment

apgwoz超过 16 年前
Call me a cynic, but can we just have one standard way of doing this sort of thing across all platforms? With (R|J)ack, we return a list/tuple of [response code, headers, iterable], and in WSGI compatible things, we call function(response code, headers) and return the data. Almost exactly the same, but completely different.
评论 #454372 未加载