-2
votes
0answers
70 views

Push notifications in pure javascript [closed]

I know about SignalR and Comet...that allow to push data from server to clients. i'm looking for any JS walkthrough or docs that explain how to build something similar, of course the purpose is not ...
1
vote
1answer
226 views

2 Servers 1 Database - Can I use Redis?

Ok I have a couple of questions here. First let me give you some background information. I'm starting a project where I have a node.js server running my application and my website running on another ...
8
votes
9answers
662 views

What does Google or Microsoft get by hosting JS files on their Content Delivery Networks (CDN)?

As you know Google, Microsoft and jQuery.com offer JS files on their CDN. To do this, they must need to operate significant servers which must come at a cost to them. Why do they do this and what do ...