kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
648 stars 37 forks source link

[Pico W] Can't create server #565

Closed thommyDD closed 1 year ago

thommyDD commented 1 year ago

At first, thanks for this great work. For me as Javascript programmer KalumaJS makes work on the Raspberry Pico easier than with python or native C.

Unfortunly, i can't create a server on the pico. The wifi connection was created successfully. But the listen event seems not fire. Attached, you find my code as Link

Thanks for help!

communix commented 1 year ago

@thommyDD Now http server function has some issue and I'm trying to fix this issue now. Please check the #557. you can find the test FW in it but it still has some lockup issue. but you can try the basic server function. I'll let you know when I fix the http server issue.