Let’s hook up Socket.IO with HapiJS in a single code base

So we wanted to integrate a websockets server within our REST api for which we were using HapiJS. I was previously using Socket.IO solution for websockets and I was very happy with it. So we decided to use it with our REST server in a single codebase.

May 4, 2020 · 2 min · gmirchev90