From 371d60e08948c52c56ae1f0ac3f39f4105383aaf Mon Sep 17 00:00:00 2001 From: Oleksii Kachaiev Date: Mon, 7 Sep 2020 20:49:49 -0700 Subject: [PATCH] Docs formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e17314b..a5e9fa4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Nasus HTTP Server + A simple zero-configuration command-line HTTP files server. Like Python's `SimpleHTTPServer` but scalable. Сan easily handle thousands of simultaneous connections. Implemented in `Clojure` with [`Aleph`](https://github.com/ztellman/aleph) and [`Netty`](https://github.com/netty/netty). Mostly as an example. It's still skillful and handy tho'. There's even nothing wrong with putting it to production.