appy-one / acebase-server

A fast, low memory, transactional, index & query enabled NoSQL database server for node.js that easily syncs with browser and node.js clients and servers
MIT License
32 stars 14 forks source link

Feature: add new socket IPC method for server clusters #85

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

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