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
A lot of books only talks about how good node.js is as a web server. There is not much emphasis into it being an actual network server.
So is there any book that dives into this in depth? Like the 'net' module. The best practices in designing the servers.
Matan Safriel
unread,
Aug 12, 2014, 5:49:09 PM8/12/14
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
I think you can find some stuff online. I think the evented and asynchronous nature applies to being a networks server more or less same as it does to a "web" (http) server. One word of caution is that programming a network server is a bit more sophisticated, or just different, than vanilla web app programming. You may want to consider the pros and cons of node.js before diving in.