Skip to content
Alex edited this page Jan 7, 2024 · 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, Rson for all of our Json needs, and Rakurai-Http-Server (RHS) for the actual http server implementation.

Clone this wiki locally