Realtime Twitter Stream Visualization with Vue.js

.NET Core, Emitter, Vue.js

This article presents a visualization of a Twitter sample stream, using Emitter Publish/Subscribe in real-time. Deploying .NET Core on Linux with Docker.

The processes of building is done with a .NET Core publisher application which captures the stream from Twitter, processes and re-publishes text and avatars through emitter messaging broker, which allows broadcasting the stream to subscriber clients, written in Javascript.

See the Source Code on GitHub, by @Kel_

View Live Demo and the article.