evan-buss / openbooks

Search and Download eBooks
https://evan-buss.github.io/openbooks/
MIT License
1.84k stars 58 forks source link

Add port customization feature #4

Closed evan-buss closed 4 years ago

evan-buss commented 4 years ago

Allow user to specify a port to connect via the browser interface

evan-buss commented 4 years ago

Implemented, but only one computer can access it at a time on the network. The server websocket is set to whichever computer connects last... To fix this I would need to basically make it "hostable" instead of a simple local application. It would have to keep track of all connected clients via a map or something