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.

Anyone using Javascript on server side?

7 pointsby snowstormover 16 years ago
I see plenty of frameworks try to promote Javascript to be used on server-side:<p>http://en.wikipedia.org/wiki/Server-side_JavaScript http://www.joyeur.com/2009/01/14/joyent-acquires-reasonably-smart<p>I seriously doubt exiting server-side developers would use Javascript for server-side programming.<p>It doesn't make much sense to me as there are plenty of mature languages for server-side.<p>so is it just for front-end developers to apply their Javascript magic on server-side?

4 comments

axodover 16 years ago
I plan to use this in Mibbit, as a plugin system. Probably Rhino.<p>The idea would be that someone can write a backend and frontend component, submit them, and it'll be a little plugin app.<p>So you could have a whiteboard, multiplayer tetris, etc etc appearing next to the IRC chat.
tower10over 16 years ago
I prototyped a Rails-like framework in JavaScript using Rhino and Servlets and was suprised how feasible the whole thing seemed for a production website. JavaScript is perfectly capable for this IMO.<p>The benefits come when you start to re-use code on the front- and back-end. An obvious example is form validation business rules. Using the same models can be really handy in AJAX-heavy apps, too. It can be very DRY if done right.<p>I saw that someone recently wrote a V8 module for Apache - that could lead to some really interesting developments.
snowstormover 16 years ago
Building desktop Linux applications with JavaScript: <a href="http://arstechnica.com/articles/paedia/javascript-gtk-bindings.ars" rel="nofollow">http://arstechnica.com/articles/paedia/javascript-gtk-bindin...</a>
zhover 16 years ago
<a href="http://appjet.com/" rel="nofollow">http://appjet.com/</a>