
Real-Time Laravel Notifications and Follows? Sure, with Stream!
Ever wanted to add user following and real-time notifications to your Laravel apps? Now you can - easily: with Stream. Let's see how to bootstrap it!
Ever wanted to add user following and real-time notifications to your Laravel apps? Now you can - easily: with Stream. Let's see how to bootstrap it!
Mark Brown looks at persistent connections between client/server via WebSockets & server-sent events. He also examines re-connection & state reconciliation.
Wern Ancheta demonstrates how to hook in to the Instagram API to receive real-time photo updates for a specific hashtag, using Node, Express and Socket.io.