My company has a need for a well-supported, robust, and complete implementation for reading and writing ical format data. Our system is mostly Go on the back end, but there is no viable ical library for Go. We have identified a high-quality ical library written in JavaScript that we can run as a microservice in nodejs, or we can attempt to write our own.
Why would nodejs not be the right option in our case?