Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 783 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 783 Bytes

twitterchannels

Simple example to show the use of websockets to update a webpage view when new data is gathered.

In this example you can listen the tweets sent from a map area, plotting the coordinates of the ones that are geolocated.

Once the user sets the map area a message is sent from the web browser to the server. The server starts a streaming channel that asynchronously sends the tweets received to the map.

Check this documentation for background information