This document discusses using MicroPython and MQTT to create an elastic network of things. It introduces MicroPython and how to flash it onto ESP8266 modules. MQTT messaging is then covered as a way for devices to communicate in a publish/subscribe model. Lastly, some potential applications are proposed, such as using event systems and neural network-inspired approaches to coordinate devices in an "If These Then Those" type of distributed logic.