web-server-chrome icon indicating copy to clipboard operation
web-server-chrome copied to clipboard

Chrome Apps deprecation

Open mems opened this issue 5 years ago • 3 comments

Chrome Apps are now deprecated and it support will be removed from Chrome. It look like chrome.sockets.tcpServer don't have any fallback for web platform or extension migration.

What do you suggest as replacement for the Chrome App Web Server for Chrome ? Look like migrate to WebExtension is not an viable solution (unless you use native Messaging)

mems avatar Jun 06 '20 09:06 mems

Yes there aren't enough permissions to implement as an extension unfortunately. Not sure what we'll do, I guess just let it slowly go away

kzahel avatar Jan 27 '21 04:01 kzahel

Should we use a standalone app as described in #116

ethanaobrien avatar May 03 '21 02:05 ethanaobrien

That would be an option, certainly. I always assumed if somebody can install an electron app, they might as well just open their terminal and type python3 -m http.server, but I can see how having an easy installer would be good for users who just want to click and not go to the console.

kzahel avatar May 05 '21 07:05 kzahel