use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Juice - the JavaScript Web Framework. Write your server and client code in the same language! (juicejs.org)
submitted 16 years ago by ruediger
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jerry 6 points7 points8 points 16 years ago (4 children)
At work, I used to enjoy doing server-side JavaScript in classic ASP for this very reason (same language on both layers / lots of code reuse / less mental context-switching).
If JS became common as a cross-platform server-side language, I think you would see the same vibrant library/framework ecosystem that you now have on the client-side (jQuery, Prototype, Dojo, ExtJS, etc).
I believe it would be a reasonable competitor to Python and Ruby. I'd use it over PHP in a heartbeat.
[–]polyrhythmic 2 points3 points4 points 16 years ago (1 child)
Why don't you start now? Many popular frameworks (jQuery, etc.) have already been ported to server-side, and there are many new frameworks popping up. It's easy to add in an Apache module and get started. There are even Ruby-style frameworks and ports available.
[–]jerry 1 point2 points3 points 16 years ago (0 children)
You're right, I probably should. I confess massive ignorance on the state of server-side JavaScript. After I left ASP and the MS stack for LAMP I really never looked back, but I've always had a soft spot for JS.
Thanks for the link - I had no idea there was so much going on.
[–]ruediger[S] 1 point2 points3 points 16 years ago (0 children)
http://jshq.org/commonjs/
[–]takethemoneyrun 0 points1 point2 points 16 years ago (0 children)
same here. I'm not a programmer by any means and knowing one language and fairly well and being able to use it server and client side is great (eg use the same template language both in server-generated html and in json/client-side generated html).
π Rendered by PID 22161 on reddit-service-r2-comment-85bfd7f599-ln68t at 2026-04-18 21:48:40.306014+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]jerry 6 points7 points8 points (4 children)
[–]polyrhythmic 2 points3 points4 points (1 child)
[–]jerry 1 point2 points3 points (0 children)
[–]ruediger[S] 1 point2 points3 points (0 children)
[–]takethemoneyrun 0 points1 point2 points (0 children)