It is possible to use it directly on a React App without a backend? #49
Answered
by
PrimeGoose
GuillemGarciaDev
asked this question in
Q&A
-
First of all, congrats mate for this awesome job! I want to develop a telemetry monitor with React and I don't know if I can use your library directly on a client. Is it possible? or I need to build a backend? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
PrimeGoose
Jun 23, 2022
Replies: 2 comments
-
no, the browser does not support datagram which is required to get the data. you can use electron with react app, it will do the job. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GuillemGarciaDev
-
That's what I thought, thank you anyways 😄 @PrimeGoose |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
no, the browser does not support datagram which is required to get the data. you can use electron with react app, it will do the job.