bowtie
bowtie copied to clipboard
:bowtie: Create a dashboard with python!
I haven't focused on this since I'm less concerned about appearances versus functionality. At a minimum it would be simple to add a style argument for each widget to pass...
The ant design slider component is better supported so it should be replaced.
ECharts looks cool [1]. Pyecharts is an actively developed python library for it [2]. Is it easy to use? How difficult is it for non-mandarin speakers to use? [1] https://github.com/ecomfe/echarts...
https://percy.io/ seems like this costs real cash money, but I like the idea.
Reactive programming is a key feature of Shiny. There should be docs explaining how to achieve this in bowtie.
bookmarking https://github.com/uWebSockets/uWebSockets#benchmarks-table---validate
It's probably okay to miss messages especially if many are being sent repeatedly. Similar to how Jupyter notebooks throttle messages sent over zeromq.
Some features could be better implemented if the timer were on the client. It would save the server from sending a message to the client. An example where this could...