Hello, does Figma allow the implementation of web sockets in the Figma plugin?
I’m creating a plugin and I’m doing long polling, but if I could add web sockets that would be awesome, but I’m not sure if Figma allows it
Thank you.
Hello, does Figma allow the implementation of web sockets in the Figma plugin?
I’m creating a plugin and I’m doing long polling, but if I could add web sockets that would be awesome, but I’m not sure if Figma allows it
Thank you.
Yes, WebSockets are allowed, judging by that I have a plugin published (https://www.figma.com/community/plugin/786676000240366862/Change-Event-Pusher) that uses WebSockets for sending data to external servers, and it got approved
Incredible! What library did you use to implement the WebSocket? Trying Socket.io and WS, but little luck due to ES6 syntax : (