diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

How do you think ? #13

Open ZiaRek89 opened 10 years ago

ZiaRek89 commented 10 years ago

Hey, how do you think, the same lib can be done with Laravel? I mean Laravel is very similiar to Sails.

diegopamio commented 10 years ago

mmm... not sure, this service depends a lot on the sailsjs implementation of sockets for updating the models. If Laravel does the same, it could be a good option.

aklinkert commented 8 years ago

I don't think so. Laravel is a PH Framework without socket Support, it's based on pure request based PHP.