I've use the web api from an html page to a VB controller using JSON to get data from sql server and it worked OK but seems a little slow for the first query. What, if any, advantages would Web Sockets provide? And, what are the main differences between Web API and Web Sockets? Thanks.