Currently im working on a web-application which will modify revit model parameters. but stuck at the plugin creation most of the examples are in .net, and im not working with it. so need NODEJS sample code for plugin, bundle and activity creation.
Unfortunately the plugins themselves would have to be written in .NET.
For the rest of the workflow (upload bundle, define activity and execute workitem) see code sample here and here in Node.js.