angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

Should have support for all native events #12

Open jeffbcross opened 10 years ago

btford commented 10 years ago

See:

Events:

lrodziewicz commented 10 years ago

You always can access underlying websocket object but I agree it's needed. Actually it stopped me partly from using this library in my recent project. +1

gsmetal commented 9 years ago

+1, onclose and onerror are needed.