I want to build a web server with websocket.

Asked 2 years ago, Updated 2 years ago, 86 views

I was thinking about controlling Leapmotion using RaspberryPi3, but I learned that Leamotion cannot be connected directly to RaspberryPi3.I recently learned that the only way to connect Leapmotion to a PC and RaspberryPi3 on WebServer is to retrieve Leapmotion data from that PC, but I don't know how to launch JavaScript at all.It may be a simple place, but please let me know.

javascript raspberry-pi websocket leap-motion

2022-09-30 20:16

1 Answers

According to the document,

The Leap Motion service runs a WebSocket server on the localhost domain at port 6437.

Therefore, the server you are trying to create is included in the SDK.
In other words, you don't have to make it yourself.


2022-09-30 20:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.