docs: adds images

This commit is contained in:
2026-07-31 17:27:53 +02:00
parent ded9030ede
commit 9361aaf2fc
5 changed files with 335 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
# Ngino
# <img src="docs/images/Ngino_logo_symbol.png" width="25" alt="logo symbol"/> Ngino
Ngino is a small outbound HTTP tunnel for running Ollama, llama.cpp, vLLM, etc. on GPU workstations while exposing the API from a server that cannot reach those workstations directly.
<img src="docs/images/Ngino_logo_full.png" alt="logo symbol"/>
The client opens and maintains a WebSocket connection to the server. The server accepts normal HTTP requests from users and forwards them through that WebSocket to the client. The client then calls a local upstream such as `http://localhost:11434` and streams the response back.
<table>