oncesk / yii-node-socket

66 stars 46 forks source link

Yii2 fix #86

Open ratacibernetica opened 7 years ago

ratacibernetica commented 7 years ago

Long ago i made some changes so i could use it with Yii2.

Changed the bare minimum to get it working.

Classes names and namespaces mostly.

oncesk commented 7 years ago

Hello it is good news!)

As i think will be better if will be ability to choose between https and not, it can be done via few configuration changes, because now keys are hardcoded instead of that we can pass it throught configuration.

I can send you worked version with https support? after you made changes related to https i can merge it!

Great work!

ratacibernetica commented 7 years ago

Sure, sounds good! Actually i did those changes but in another machine and didn't commit changes.

As far as i can remember, just changed 'http://' to '//' so it wouldn't matter what protocol developes use.