I tried to implement tixy-land using my flow based programming project, I came along way but there are some performance issues in my project. The biggest reason I think is that I use reactive programming to handle the flow (in a webworker), and this has a lot of overhead. So, I've got some work todo😊