admin管理员组文章数量:1349712
Hello I am wondering where to start on making websites width node.js. I did the hello world tutorial and have a working http server. But my question is if it is possible to run javascript server-side for lets say an onclick event? of how to put css in the webpage.
Thanks
Mkaveli
Hello I am wondering where to start on making websites width node.js. I did the hello world tutorial and have a working http server. But my question is if it is possible to run javascript server-side for lets say an onclick event? of how to put css in the webpage.
Thanks
Mkaveli
Share Improve this question asked Aug 5, 2011 at 10:47 chrischris 3534 silver badges13 bronze badges 1- reading list: expressj., learnboost.github./stylus, socket.io, nowjs., github./substack/dnode – generalhenry Commented Aug 5, 2011 at 17:19
4 Answers
Reset to default 7you should try a node.js web framework such as ExpressJs
Eventhough you have javascript running on your server, events like onClick are still clientside.
Just because the server-side language is javascript doesnt mean you have control over client-side events. If you want actions to happen on the server at an onclick event, consider making the element a regular anchor, or use AJAX to make a call directly to the server.
Try to look at node.js web/middleware frameworks such as connect or express. Especially express is preferred web framework with higher level abstraction and features including routing, views, template engines and other stuff.
I know I'm a bit late but you still may want to have a look at this or at least it should help others.
I've collected informations and tutorials for beginners as well as useful frameworks and modules at http://www.quietwrite./writing/62732/node-dot-js-resources
Hope it helps.
本文标签: javascriptCreating websites with NodejsStack Overflow
版权声明:本文标题:javascript - Creating websites with Node.js - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743864370a2552313.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论