[nodejs] Install nodejs 10.15.3 from official prebuilt binaries

2019-03-28 Thread Dhara Patel
Hi, I want to Install node from official prebuilt binaries. I use chef to install packages. Where can i find a pre-built binary for *Node 10.15.3 version with checksum*? Sample of what i am trying to do here. include_recipe "nodejs::nodejs_from_binary" # Or set a specific version of nodejs t

[nodejs] Transferring a JSON have values of different types

2019-03-28 Thread madana gopal
Hi Team, We are trying to setup a http client and server (using express). We have to send single post request with data having two parameters (param1 of type string and param2 of type base64 data. What is the way to send this?. Please share if we have snippet for this. Thanks. Regards, Madan

[nodejs] Passing parameters of multiple types in http post

2019-03-28 Thread madana gopal
Hi, We have to send JSON data with two params string and base64 data as values. Please clarify the way to send from http.request() call in nodejs app. Eg: {"name" : "xx" , "image" : } Thanks. Regards, Madan -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiy