fossasia / knitweb

knitting web app frontend and backend
1.53k stars 12 forks source link

Web socket implementation in knitweb back end for async calls (user based) #17

Open sameeragunarathne opened 9 years ago

sameeragunarathne commented 9 years ago

This issue is on implementation of web sockets for capture asynchronous calls made by knitlib. These asynchronous calls are made for communicate data such as knitting progress details, current knitting configuration etc.

sameeragunarathne commented 9 years ago

update: Tested web socket implementation in client side in HTML5. https://github.com/fashiontec/knitweb/blob/master/app/model/client/socketImpl.js

hardikshah197 commented 3 years ago

Does this issue resolved or it still exists?, as if not I can take it on