[nodejs] Re: Receiving json post in node

2020-08-03 Thread luka...@gmail.com
Enable the cors and the body-parser using app.use and body-parser and cors package from express. Em quarta-feira, 22 de julho de 2020 às 03:00:53 UTC-3, lambert...@gmail.com escreveu: > Hi, i'm new to node js and trying to write something to receive a json > post and then manipulate it. > > I

[nodejs] Re: Consistent SessionId [Express-Session/Redis]

2020-08-03 Thread luka...@gmail.com
Every time you access the "/" route you generate a new sessionId. This means that the route below app.use(session()) will generate new uuid's for the user session. This not occur on routes above session definition. On express routes are definite by the way you write it, so it not will generate

[nodejs] nodejs helper whatsapp group

2020-08-03 Thread AJAY dayma
hey all , I creatded a whastapp group to get quick and easy help in nodejs development project. *Note no spam will be beared* its open anyone can join it- https://chat.whatsapp.com/IuafV7MXOJYEZ03Felk7Hp -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/988

Re: [nodejs] Does node.js support 2 phase commit for multiple data sources(such as 2 MySQL instances)?

2020-08-03 Thread PRATHEEP KUMAR M
> > Does nodejs support two phase commit? Does anyone has any repo to look for XA transactions? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-

[nodejs] node-gyp rebuild on inotify package on installing babel/register.md

2020-08-03 Thread luka...@gmail.com
Hi folks, after installing node-gyp and attempt to build the hello-wordl addon, I wrote a test for it using mocha chai sinon with ES7 syntax. This means that I use import/export and need to use babel. After attempt to install @babel/register I'm getting the error on inotify package issuing th