-
|
Hello guys first thanks a lot for perspective amazing library. I've build a app using perspective and nextjs with web-sockets, in the process of deployment i had some ssl problems, what is the best way to wrap the WebSocketServer into a HTTPS server i would like to avoid forking. Thanks a lot for any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The |
Beta Was this translation helpful? Give feedback.
The
@finos/perspectivemodule exports theWebSocketManagerclass, which is a framework-agnostic state manager for multi-client servers. The/examples/react-expressexample uses the class to server Perspective Tables fromexpress.jsserver. You can also see how Perspective itself implements this in the implementation ofWebSocketServer.