Atek Public Gateway
Enter the public key of your application:
Instructions
# Install spork $ npm install -g @atek-cloud/spork # Start a web app at localhost:8000 $ python3 -m http.server # Create a p2p socket that reverse proxies to localhost:8000 $ spork bind -p 8000 # Spork will print a public key which you can input here
Works with spork or any Hyperswarm socket.
Note: Your connection will be proxied through this service and therefore we'll be able to see the traffic. Use spork / hyperswarm on your devices instead of this gateway for end-to-end privacy.
Part of the Atek Cloud project.