taijinlee / wedding

wedding
0 stars 0 forks source link

Beef up sockets architecture #90

Open taijinlee opened 11 years ago

taijinlee commented 11 years ago

Right now, sockets is just dangling off of the main communication channels of the app. Let's put this into a container. We need to think about client side and server side boxing. This might sit outside of backbone models, or it could be inside. We probably need to consider whether or not we're going to keep both AJAX requests and sockets, or only sockets.