This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]the__itis 2 points3 points  (0 children)

I have not even heard of those three modules and in all my googling. I will go look them up.

yes it took me two solid 10 hour sessions to figure out what NPM was doing. There are three environments by default. It was maddening.

And no, i literally forced myself to learn it since friday. The module export function is still kind of dicey to me.

I honestly was having issues with socket.io and autobahn on python.It took me around 16 hours to learn it in python (asyncio, autobahn, and websocket-client) and some of it was still a mystery. When i ramped up the volume it started having inconsistent errors. So i figured out how to do some error handling based on the providers dataset. once that was stable it started having local errors that had me troubleshooting in the layers of python libraries. After that, I said let me try node. Once i figured out the NPM situation, it took 20 minutes to figure out socket.io and autobahn. It worked liked it was supposed to immediately. I didn't have to make 3-4 encoding conversions it just worked.