A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
General Computing
Author
Node.js for writing webservers?
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
posted
Sep 25, 2012 03:25:36
0
I was following this Node.js entry in wikipedia :
http://en.wikipedia.org/wiki/Node.js
designed for writing... web servers. Programs are written in JavaScript.
Is it possible to write a webserver using javascript???
Keep Smiling Always — My life is smoother when running silent. -paul
[
FAQs
] [
Certification Guides
] [
The Linux Documentation Project
]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
Sep 25, 2012 03:57:07
0
A web server is a process that accepts HTTP requests and sends HTTP responses. The language it's written in is irrelevant to fulfilling this function.
Android apps
–
ImageJ plugins
–
Java web charts
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
posted
Sep 26, 2012 04:19:05
0
How do you get an exe out of of javascript?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
Sep 26, 2012 04:46:46
0
What do you need an exe for? Something that can interpret (or compile) JavaScript would do nicely. Note that Node.js isn't written entirely in JavaScript - it just allows you to run server-side code written in JavaScript.
I agree. Here's the link:
http://aspose.com/file-tools
subject: Node.js for writing webservers?
Similar Threads
Can I use your book to learn JavaScript and then learning Node.js ?
Learning JavaScript and am thoroughly confused by the overall design
a decade of "keep the code out of the jsp"
Python and Javascript
Which New Programming Language To Learn
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter