appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

New feature: socket IPC service #213

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

This approach automatically starts a service ("daemon") for the target database in a separate process. The service will take on the master/primary role, all connecting clients will take on the worker role. This mode should become the default in the near future, as it eliminates the need to manually setup local master/worker clustering settings. It will also enable one to simultaneously use a single database file from different apps, which would previously require setting up an AceBaseServer!