OPI Blog
Learn from experts in their fields

Browsing Tags: Express

JavaScript Bundle Optimization – Polyfills
If you are lucky enough to only support a small subset of browsers (for example, you are targeting a controlled set of users), feel free to move along. However, if your website is open to ...
Build your svg on the server using Swagger, Node, Express
Recently, I had the need to share an svg chart between a javascript (React) app, an android app, and an iOS app. One option would be to write code in all three application to generate ...
Node.js Framework Comparison: Express.js vs Hapi.js
Comparison: Express vs. Hapi Today we are going to talk about two popular Node.js web application frameworks: Express and Hapi. While these frameworks seek to solve similar problems, they vary fundamentally in their approaches and ...
We want you to be MEAN ! (Part 2)
In this second installment on the MEAN stack,  we are going to complete an integration between a service layer module written in NodeJS, and MongoDB as our document persistence.  We will be using the NodeJS ...
We want you to be MEAN !
Welcome to this blog series on the MEAN stack!  We hope you are not a mean person, but that you will be a MEAN developer.  This blog assumes you are new to MEAN, and would ...