From eb896641c8cfc297a8943b972ef37779632300ac Mon Sep 17 00:00:00 2001 From: Serge Tymoshenko Date: Mon, 1 Feb 2021 12:35:38 +0200 Subject: [PATCH] Add kaksik to Programming resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a7bdf6..8b4f917 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Repo mirrors: ## Programming - [gemclient](https://github.com/Koshroy/gemclient) (Nim) - a rich client library for the Gemini Protocol. - [gemini](https://github.com/derhuerst/gemini) (Node.js) - a server & client lib. +- [kaksik](https://github.com/sergetymo/kaksik) (Deno/TypeScript) - middleware library for building server applications. - [a-h/gemini](https://github.com/a-h/gemini) (Go) - Applications and libraries for building applications on Gemini. - [go-gemini](https://git.sr.ht/~yotam/go-gemini) (Go) - a library that provides an easy interface to create client and servers. - [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) (Go) - a more recent fork of the library above.