Muhammad Osama Arshad

Results 4 comments of Muhammad Osama Arshad

@averri I have solved the PM2 + Feathers combination issue by disabling long-polling as a fallback when using socket.io. Documented here: https://docs.feathersjs.com/cookbook/general/scaling.html#cluster-configuration The issue is that even if you can...

I've mostly used PM2's cluster mode to deploy and cluster my feathers applications. https://pm2.keymetrics.io/docs/usage/cluster-mode/ I don't even have to modify the default feathers generated files. PM2 takes care of that...

@daffl I've recently written an uploader service in feathers that uses streams to upload. However the catch is that it bypasses feathers altogether and just becomes a regular express controller....

@daed I've been recently introduced to laverna and was sad to see such an awesome app not being maintained. Super appreciate the work you're doing here. If it becomes Connote,...