FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
454 stars 115 forks source link

Enigma Server over HTTP protocol #452

Open Toshimichi0915 opened 2 years ago

Toshimichi0915 commented 2 years ago

Currently it is not possible to host enigma server behind HTTP reverse proxy or CDN like Cloudflare due to the fact that Enigma Server uses custom TCP protocol. By using WebSocket or simple HTTP API instead, we can avoid these limitations.

modmuss50 commented 2 years ago

Ive used https://github.com/vi/websocat before to proxy TCP over websocket. I dont think this is something we will be rushing to support properly though, but feel free to have ago your self. 👍