Returns an adapter that connects to Replit's WebSocket server.
This adapter handles the authentication process for you.
You can either pass a Goval token and cluster, which is instant,
or a Replit replId and sid, which is slower since it requires
an HTTP request to generate a Goval token for the specified user.
Returns an adapter that connects to Replit's WebSocket server. This adapter handles the authentication process for you.
You can either pass a Goval
token
andcluster
, which is instant, or a ReplitreplId
andsid
, which is slower since it requires an HTTP request to generate a Goval token for the specified user.