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.
Continue reading “Let’s hook up Socket.IO with HapiJS in a single code base”