README.md
March 31, 2026 ยท View on GitHub
Hi, give me a doubleshot โ.
A split node backend and electron main process.
Description
Doubleshot is a collection of tools for integrating the nodejs backend framework with electron to build a desktop application. At some point in the future, you can simply and quickly split it up and convert it to a web application.
A software engineer's time is precious, and I hope that one set of code can be applied to two different applications with minor modifications. So we can have more time to enjoy a cup of coffee. ๐
Features
- ๐โ A Runner to start and build both the frontend (renderer) and backend (main).
- ๐จ A Builder to run/build electron main process or node backend.
- ๐ป An electron ipc transport for nestjs that provides simple ipc communication.
- ๐ช An electron module for nestjs to launch electron windows.
- ๐ Very easy integration of electron and node.
- โก Quickly split and convert between C/S and B/S.
- โฉ Quick start and build, powered by tsdown and electron-builder
Warning: this project is in early stage, do not use in production environment
License
MIT License ยฉ 2022 Archer Gu