You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have one question. I have one main server written in Node.JS. And I have one javascript library that is running on the client by inserting <script src="xxx.js"></script> tag. The nodeJS server is running on stable URL and the client's library can be anywhere.
Is there any possibility to hold connection between the server and client? A mean import ws into client's pure javascript library which will connect to the server (nodeJS application)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I have one question. I have one main server written in Node.JS. And I have one javascript library that is running on the client by inserting
<script src="xxx.js"></script>
tag. The nodeJS server is running on stable URL and the client's library can be anywhere.Is there any possibility to hold connection between the server and client? A mean import ws into client's pure javascript library which will connect to the server (nodeJS application)?
Thanks!
The text was updated successfully, but these errors were encountered: