-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
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
});Reactions are currently unavailable