
Create a Real-time Streaming Chart in 5 minutes (Smoothie JS + Butterfly Server .NET)
Sep 6, 2018 · 4 min read
Let’s create a simple web app that streams and charts real-time data from a web server like this…
To do this, we just need to…
- Create a server using Butterfly Server .NET that provides real-time data
- Create a client that connects to Butterfly Server .NET and displays…
