-
Portsicle is a free and open-source platform to expose local servers online.
-
Portsicle client allows you to use the Portsicle Server via CLI.
-
When a client connects to the portsicle server, it gets a unique public url in response.
-
The client can use this URL to access the local server on public network!
Refer the guide provided on Portsicle client.
-
The portsicle server converts the incoming HTTP request into a WebSocket message and forwards this message to the client via the WebSocket tunnel.
-
Upon receiving the message, the client converts it back into an HTTP request and sends it to the local server.
-
When the local server sends back an HTTP response to the client, the client converts this response into a WebSocket message and forwards it to the server via the WebSocket tunnel.
-
Upon receiving the message, the server converts it back into an HTTP response and forwards it to the public endpoint.