hltcoe / sandle

Run a large language modeling SANDbox in your Local Environment
Other
7 stars 1 forks source link

WebSockets #107

Open ccmaymay opened 1 year ago

ccmaymay commented 1 year ago

WebSockets allow a browser and server to maintain a two-way connection, eliminating the need for polling:

https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API