web socket and http request in c#
---sql----
username nvarchar
password nvarchar
course nvarchar
ave nvarchar
----------
Client side is my browser, server side is console in c#
websocket is running in server and client should send http request (username,password) server checked in sql if it be true show other info, if not show not found.