Passing data from C# to jQuery
问题 Seeking some advice how to best handle the following situation, I am a sole-programmer. I am currently developing a C# Winforms application, new functionality that I am writing allows a user to create Processing.js sketches for data analysis purposes. I have built a Processing.js IDE (working) which allows the user to write and test Processing.js sketches and HTML code. The final piece of the puzzle is to expose data from the database to the sketches. What is the best approach I should