Skip to content
Ender edited this page Feb 21, 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](/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 implementation).

Clone this wiki locally