NodeJS

MeteorJS

Converting Meteor Methods to REST Endpoints

In a recent project, we built an application on top of a legacy application’s APIS. The legacy application was built with MeteorJS, and we chose a MERN stack to extend it. We decided to leverage the existing codebase due to time constraints and wide areas of functional reuse.

Read

Setting up Repository Manager for internal NPM packages

In this post we will see how to setup a Repository Manager for internal NPM packages

Read