Socket.io Wrap-up

In notebook:
FrontEndMasters Real-Time Web with Node.js
Created at:
2015-10-14
Updated:
2015-10-14
Tags:
JavaScript libraries
4:45:39 - 4:48:49 Socket.io Wrap-up Kyle concludes his Socket.io coverage with a few audience questions and additional discussion.websockets are better reserved for tiny messages
but you can send binary data

a database query with 100 records would be better with Ajax

most use cases are games, collaboration, real-time stock feeds, 

sending quickly small bits of data