Lindenii Project Forge
Login

server

Lindenii Forge’s main backend daemon
Commit info
ID
141b50f46e70bb737b8b3d5d5246d4f037e7c4c2
Author
Runxi Yu <me@runxiyu.org>
Author date
Thu, 13 Mar 2025 14:49:55 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Thu, 13 Mar 2025 14:49:55 +0800
Actions
Add architecture stuff to the README
# Lindenii Forge

**Work in progress.**

This is the new implementation in the [Hare](https://harelang.org) programming
language. We will set this as the primary branch once it reaches feature parity
with the Go implementation.

## Architecture

* Most components are one single daemon written in Hare.
* Because libssh is difficult to use and there aren't many other SSH server
  libraries for C or Hare, we will temporarily use
  [the gliberlabs SSH library for Go](https://github.com/gliderlabs/ssh)
  in a separate process, and communicate via UNIX domain sockets.