Lindenii Project Forge
Login

server

Lindenii Forge’s main backend daemon
Commit info
ID
be2ea684c53c767b42c875a0f861519443b70fc2
Author
Runxi Yu <me@runxiyu.org>
Author date
Sat, 15 Mar 2025 19:29:42 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Sat, 15 Mar 2025 19:29:42 +0800
Actions
Hare stuff is now in master
# 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.
language.

## 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.