Is IPC Communication is an alternative for API in electron apps?

76 Views Asked by At

Currently I'm learning to build electron app , I'm just trying to figure out if IPC Communication is the right way to access local SQLLITE db from front end and make it act like a API , or is there any other correct way to handle it , without overusing the CPU resources.

This is my scenario , if the app is offline , I need a way to communicate to local SQLLITE db and process some inputs and outputs like how normally API's do .

0

There are 0 best solutions below