Rails 4 comes with some exciting features like Turbolinks and Streaming. Turbolinks is one of most exciting feature which Rails 4 provides. It helps us increase the speed of loading Rails applications. Turbolinks is built using same concept as that of PJAX but unlike PJAX, it does not require custom response from web server. Turbolinks … Continue reading How To Troubleshoot Turbolinks With Rails 4
Why Do You Choose WebSocket Over Nginx
How often do you find that the awesome movie seats you have painstakingly chosen for yourself, is suddenly not available when you proceed to pay for it. "Damn it! Just missed!" you say. Wouldn't it be great to be guaranteed the seat you selected everytime! The problem with the above scenario (as is with most … Continue reading Why Do You Choose WebSocket Over Nginx
StreamTable.js – The Next-generation Search Filter
So, you think you should search data? Or filter it? And now, stream ... what? Searching for data has a performance price - we need heavy duty server resources and have delayed responses. See the LinkedIn search. Filtering for data requires us to load the entire data on the client-side (via JSON) and then filter … Continue reading StreamTable.js – The Next-generation Search Filter
