How do dev-servers of other frameworks/libraries work on single port? #51
Labels
dev-server
Issue/PR related to dev server
help wanted
Extra attention is needed
question
Further information is requested
In abell-dev-server, we have to run a http server on localhost:5000 and a socket server on localhost:3000.
Then we connect the http server to the socket server and every time a change occurs in a file, we send a reload command to http server through websocket.
How is this supposed to work without websocket server?
The text was updated successfully, but these errors were encountered: