Skip to content
Alex edited this page May 13, 2023 · 5 revisions

Welcome to the Katana wiki!

Katana is our custom-made Http server/proxy. It can serve files, proxy HTTP and WebSockets, and be easy on the resources in the process.

Head to Setting up Katana to get started.

Technologies Used

We use OkHttp for HTTP proxying, Java-Websocket for WebSocket proxying, Rakurai/Json for all of our Json needs, and Rakurai/Http-Server (using Undertow as the legacy implementation).

Clone this wiki locally