Sunday, 1 January 2017

Private videochat site: nodejs fullstack or ms approach

I should release a private video chat website. After googling I see for WebRTC but all server-side implementations (signaling) seems to be only in Nodejs. (peerJs simplewebrtc..)I am coming from PHP and Yii2 framework that provides basic features like user registration/authentication, Roles management, password recovery etc.The question is about the choise:1) Should I use some Yii2 equivalent nodeJs framework that can speedup the development with socket.io for "realtime application side"?2) Should I use a microservice approach and develop the "standard http side" with Yii2 (PHP) and "chatroom realtime side" with NodeJs WebRTC libraries like peerJs

Submitted January 01, 2017 at 09:36PM by hadokee

No comments:

Post a Comment