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
While Websockets are used more oftenly in the context of Web Apps where an HTTP server is already available, node-jstp users will benefit for getting an API for node-jstp to start the HTTP by itself if a port number, and not an HTTP server, is provided.
jstp.listen({ws: 8000});
The text was updated successfully, but these errors were encountered:
While Websockets are used more oftenly in the context of Web Apps where an HTTP server is already available, node-jstp users will benefit for getting an API for node-jstp to start the HTTP by itself if a port number, and not an HTTP server, is provided.
The text was updated successfully, but these errors were encountered: