As the title says... Chat on...

User avatar
By Rocco
#11530 I've got a modest amount of programming experience but zero experience with Lua, and zero experience programming in a networked environment, can you guys recommend any online resources to help get me started?
User avatar
By williape
#11639 Beginner references on Lua:

Beware that not all Lua modules have been ported to nodeMCU. As has been noted elsewhere, nodeMCU is actually based on eLua (http://www.eluaproject.net) and lacks certain modules:
    no IO module ( too much ram usage)
    no OS module
    no MATH module
    no debug module

There are APIs specific to nodeMCU posted at: https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en