tradle / serverless-iot-local

MIT License
14 stars 7 forks source link

Switching from Mosca to Aedes #13

Open martinheidegger opened 3 years ago

martinheidegger commented 3 years ago

This PR switches from mosca to aedes, which is a necessary update as mosca has not been maintained for a long time and is problematic with node14.

This PR also adds a basic integration test and (standardjs) linting to catch unnecessary smaller issues.

I plan to merge this PR once https://github.com/tradle/mycloud/pull/21 is properly tested