Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a MQTT server grunt plugin #9

Open
sandro-k opened this issue Jun 29, 2015 · 1 comment
Open

Creating a MQTT server grunt plugin #9

sandro-k opened this issue Jun 29, 2015 · 1 comment

Comments

@sandro-k
Copy link
Contributor

For a TDD running (unit) tests after each change is a fundamental step. Therefore a development setup for the mqtt-elements would look like this

  1. Start Webserver
  2. Start MQTT-Broker
  3. Run tests
  4. Make changes -> got to 3

Sure a Webserver and a MQTT-Broker can be started manually, but having a easy working workflow is a key aspect of following a TDD development. To include a MQTT server into this workflow it should be packaged into a Grunt plugin. I would like to do that but first I need to know which version you thin is the best suited for this.

@mcollina
Copy link
Member

You can probably use mqtt-server, if you just need something that can speak
MQTT, and you need to customize it tightly. Or just use Mosca.
Il giorno lun 29 giu 2015 alle 15:27 Sanndro notifications@github.com ha
scritto:

For a TDD running (unit) tests after each change is a fundamental step.
Therefore a development setup for the mqtt-elements would look like this

  1. Start Webserver
  2. Start MQTT-Broker
  3. Run tests
  4. Make changes -> got to 3

Sure a Webserver and a MQTT-Broker can be started manually, but having a
easy working workflow is a key aspect of following a TDD development. To
include a MQTT server into this workflow it should be packaged into a Grunt
plugin. I would like to do that but first I need to know which version you
thin is the best suited for this.


Reply to this email directly or view it on GitHub
#9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants