nkolban / duktape-esp32

A JavaScript runtime for the ESP32 based on Duktape.
Apache License 2.0
238 stars 44 forks source link

Multithreading #33

Open snahmad opened 6 years ago

snahmad commented 6 years ago

Is this support creation threads or tasks?

Does this support socket programming for listener and sending using UDP and TCP.

snahmad commented 6 years ago

Can we write multiple Tasks/routines to support Http web serer and separate routing running check serial port and perform sending packet/message over UDP/TCP Socket.

Is this limited to single Task in JavaScript at a time?