This repository demostrates how to run Go scripts from Nodejs application using child_process
module. By leveraging Go's performance capabilities and Node's ease of use, you can achieve a powerful integration that maximizes the strengths of both languages.
- Run Go binaries from a Nodejs app
- Capture and handle the output from Go binaries within Node
- Example of performing basic operations (add, subtract)
Before you begin, ensure you have met the following requirements:
- Nodejs
- Go
- Git
- Clone the repository
- Build the go scripts:
npm run build
- Run the app:
npm start
This project is licensed under the MIT License - see the LICENSE file for details.