Can I use purely javascript code or node js in meteor?

Hello, there’s a few things I want to do creating my own functions instead of what meteor offers or a few node js packages that meteor doesn’t have so I want to know if I can integrate them in my templates and if so how?

Any help is really appreciated.

Sure you can install any package from npm. What packages and functionality are you trying to add?

I have installed tui-package, a npm package for calendar, I want to use very specific things from that package in a project and also use raw javascript to implement a few other things and also have installed node-schedule to set reminders after I’ve set up after choosing a scheduled time and day and I want to calle all of that in my schedule template.