khoih-prog / WebSockets2_Generic

A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00 / ENC28J60 / LAN8742A / LAN8720, ESP8266 / ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home
GNU General Public License v3.0
81 stars 30 forks source link

MKR1000 and socket.io #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello,

Can your library be used to communicate with a websocket server created with nodejs + express + socket.io? Can it simultaneously be used to call a rest api made with nodejs + express? Do you have examples using rest api? Can it be used with a MKR1000 and Wifi101? Do you have examples using Wifi101?

Thank you very much for all your information.

Regards,

khoih-prog commented 3 years ago

Hi,

You have first start to read to see it the board is supported, then if yes, test compile to see of OK before posting any question.

Anyway, it's compile OK with MKR1000 using WiFiNINA. So, it'll work with WiFi101 (possibly need some minor changes, if there is issue)

Selection_808

All other questions, it's up to you to find out the solution. I wish I have all the time in the world to research and find the answers for everybody.

So you have spend some time to do the research yourself.

This is only for bug reports or reasonable enhancement requests.

Good Luck,