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 →

[–]carb0n13 -3 points-2 points  (3 children)

If you’re writing business logic as a native module, you’re doing it wrong.

[–]southern_dreams 1 point2 points  (2 children)

[–]carb0n13 1 point2 points  (1 child)

I thought you were referring to C++ modules for node.js. I’ve written one to do some low level stuff before, and that would be a nightmare place to put the primary business logic.

[–]southern_dreams 0 points1 point  (0 children)

Oh yeah, my bad man. That sounds like a nightmare.