nodejs-mobile / nodejs-mobile-react-native

Node.js for Mobile Apps React Native plugin
https://nodejs-mobile.github.io
MIT License
174 stars 42 forks source link

Does it support the dgram module of nodejs? #83

Closed clydee-geng closed 1 month ago

clydee-geng commented 1 month ago

Excuse me,I can accept udp data using dgram in a pure nodejs project, but when using this library in react-native, I cannot receive udp data because the documentation does not explain this. So, is the dgram module of nodejs supported?

staltz commented 1 month ago

It is supported, I have used it in the past, in production.