TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mod_js: Server-side JavaScript

34 pointsby mcxxabout 17 years ago

4 comments

benreesmanabout 17 years ago
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_cabout 17 years ago
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>
DocSavageabout 17 years ago
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>
pmjordanabout 17 years ago
Anyone know what JavaScript engine they use?
评论 #166813 未加载