Skip to content

razvanmtn/go-node-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Node Integration

Overview

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.

Features

  • Run Go binaries from a Nodejs app
  • Capture and handle the output from Go binaries within Node
  • Example of performing basic operations (add, subtract)

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Nodejs
  • Go
  • Git

Getting started

  1. Clone the repository
  2. Build the go scripts: npm run build
  3. Run the app: npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Run Go binary in Nodejs using child processes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published