You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Can I run a web application with nodejs? I understand that nodejs is a JavaScirpt runtime. So the way
I can run other JavaScript programs, I should be able to run web applications as well.
Is my understanding correct?
Thanks
Ryan Schmidt
unread,
Sep 16, 2015, 10:41:03 AM9/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
You can certainly use nodejs to write a web server (in JavaScript) to serve the server-side portion of a web application; that's one of its primary uses. Many popular frameworks exist to help you write such a server. Express is one of them.
Raja Ramesh
unread,
Sep 16, 2015, 10:41:23 AM9/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
You can run web applications with Nodejs using express framework.