Re: [go-nuts] Integrate Go Code with Node.js

2019-04-29 Thread Wojciech S. Czarnecki
On Mon, 29 Apr 2019 04:40:51 -0700 (PDT)
Nitish Saboo  wrote:

> Can someone please guide me with the references or steps to integrate Go 
> Code with Node.js ?

Usually you write a go RPC server then you call it from the javascript side.
Or vice versa.

https://www.google.com/search?q=go+microservices

Its easy and fast and there soon will be that pivot point that
you realize you need not node.js anymore ;)

https://scotch.io/tutorials/moving-from-nodejs-to-go

Hope this helps,

-- 
Wojciech S. Czarnecki
 << ^oo^ >> OHIR-RIPE

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Integrate Go Code with Node.js

2019-04-29 Thread Nitish Saboo
Hi,

Can someone please guide me with the references or steps to integrate Go 
Code with Node.js ?

Thanks,
Nitish

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.