[PR #85] [MERGED] Feature: add new socket IPC method for server clusters #75

Closed
opened 2026-05-23 08:40:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/85
Author: @appy-one
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @appy-one

Base: masterHead: feature/clusters-add-socket-ipc


📝 Commits (1)

  • aff960a clusters: add new socket IPC method

📊 Changes

3 files changed (+7 additions, -63 deletions)

View changed files

📝 src/cluster.ts (+2 -58)
📝 src/server.ts (+3 -3)
📝 src/settings/index.ts (+2 -2)

📄 Description

This adds the new socket IPC method for easier creation of server clusters / sharing database between processes. See #83


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-server/pull/85 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `feature/clusters-add-socket-ipc` --- ### 📝 Commits (1) - [`aff960a`](https://github.com/appy-one/acebase-server/commit/aff960a2dc01ccafbc9318ead2cb3e228cebf578) clusters: add new socket IPC method ### 📊 Changes **3 files changed** (+7 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `src/cluster.ts` (+2 -58) 📝 `src/server.ts` (+3 -3) 📝 `src/settings/index.ts` (+2 -2) </details> ### 📄 Description This adds the new `socket` IPC method for easier creation of server clusters / sharing database between processes. See #83 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:40:05 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#75
No description provided.