From fd2fe5b8e0f65441bc88a50ba83f173ea877db8b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 3 Dec 2023 19:44:46 -0700 Subject: initial commit --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5354ef4 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +``` + + ad88888ba 88 ad88 + d8" "8b "" d8" ,d + Y8, 88 88 + `Y8aaaaa, 8b db d8 88 MM88MMM MM88MMM + `"""""8b, `8b d88b d8' 88 88 88 + `8b `8b d8'`8b d8' 88 88 88 + Y8a a8P `8bd8' `8bd8' 88 88 88, + "Y88888P" YP YP 88 88 "Y888 + + + + ,ad8888ba, 88 + d8"' `"8b 88 + d8' 88 + 88 ,adPPYba, 8b,dPPYba, 88,dPPYba, ,adPPYba, 8b,dPPYba, + 88 88888 a8" "8a 88P' "8a 88P' "8a a8P_____88 88P' "Y8 + Y8, 88 8b d8 88 d8 88 88 8PP""""""" 88 + Y8a. .a88 "8a, ,a8" 88b, ,a8" 88 88 "8b, ,aa 88 + `"Y88888P" `"YbbdP"' 88`YbbdP"' 88 88 `"Ybbd8"' 88 + 88 + 88 +``` + +# Swift-Gopher + +## Get Started +``` +git clone https://github.com/navanchauhan +cd swift-gopher +swift build && swift run swift-gopher +``` + +Then, you can either use lynx or curl (or other Gopher clients) to connect to the server. + +``` +lynx gopher://localhost:8080 +# Or, +curl gopher://localhost:8080 +``` \ No newline at end of file -- cgit v1.2.3