ExposeME - v1.3

ExposeME lets you share your local development server with the outside world by creating secure tunnels through your own domain. Turn http://localhost:3000 into https://myapp.yourdomain.com and share your work with clients, teammates, or testing tools.

New in v1.3

Binary Protocol Implementation

  • Replaced JSON protocol with efficient binary protocol using bincode
  • Maintained backward compatibility checking
  • Important: Requires both server and client to be v1.3+
2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.