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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Mod_js: Server-side JavaScript

34 点作者 mcxx大约 17 年前

4 条评论

benreesman大约 17 年前
i'm working on a similar project using rhino 1.7 on the jvm.<p>i've added a pretty seamless package management and script loading system on top of rhino (you can say 'package('foo.bar.baz')' and it does what you expect), and done a servlet that will invoke scripts written in it.<p>on top of the basic language and servlet infrastructure i've written a little glue to allow seaside-style continuation stuff, except that the continuations can be serialized and consumed inside another process so it can be clustered. i'm deeply indebted to attila szegadi for many of the techniques used to do this.<p>it's very cool (and quite fast/scalable) and js 1.7 is actually a very modern and powerful dynamic language (lexical scoping, comprehensions, generators, etc.). my company is in the process of open-sourcing it but if anyone wants a sneak peek let me know and i'll ship out a tarball.<p>oh and libraries aren't an issue, i've gotten everything i've needed by calling into the standard java library. we've written real applications with this thing.
评论 #166915 未加载
alex_c大约 17 年前
So, is the next big web framework going to be ECMAScript?<p>Obligatory: <a href="http://steve-yegge.blogspot.com/2007/02/next-big-language.html" rel="nofollow">http://steve-yegge.blogspot.com/2007/02/next-big-language.ht...</a>
DocSavage大约 17 年前
Aptana has been marketing their GPLed Jaxer server ("the Ajax server") which includes things like database access from javascript:<p><a href="http://aptana.com/jaxer" rel="nofollow">http://aptana.com/jaxer</a>
pmjordan大约 17 年前
Anyone know what JavaScript engine they use?
评论 #166813 未加载