T-vK / NodeMCU-Express

HTTP Web Server library for ESP8266 modules that run the NodeMCU firmware. (Acts like express.js from node.js, but with Lua instead of JavaScript.)
MIT License
19 stars 11 forks source link

Why starting from scratch? #5

Open marcelstoer opened 4 years ago

marcelstoer commented 4 years ago

Were you aware of https://github.com/loicortola/nodemcu-espress when you started this project? Maybe better to join forces?

T-vK commented 4 years ago

Thanks for mentioning it, I wasn't aware of it. If nodemcu becomes fully compatible with the ESP32 I might actually continue the development. I actually stopped back then because the ESP8266 couldn't handle were I was goi ng. If I continue developing this library it will probably only be compatible with the ESP32. But I will consider getting into contact with loicortola.

marcelstoer commented 4 years ago

If you like discussing options then maybe take a quick look at https://github.com/nodemcu/nodemcu-firmware/issues/2968.