Welcome to EasyTier WebSocket Relay! This project provides a simple way to connect using WebSockets in a decentralized environment. Built on Cloudflare Workers, this application helps facilitate real-time communication.
To get started, visit the releases page to download the latest version of EasyTier WebSocket Relay.
Download the latest release here!
cd path/to/easytier-ws-relay
npm start
The application will now run, and you should see messages indicating that the server is active.
EasyTier is designed to work right out of the box. However, you can adjust several settings by modifying the configuration file located in the main directory. Look for config.json.
{
"port": 8080,
"secure": true,
"allowedOrigins": ["*"]
}
If you encounter any issues during installation or running the application:
If problems persist, please check the issues section on GitHub for common solutions.
We encourage users to get involved! Whether you have questions, feedback, or want to contribute, your input is welcomed.
For more details on how to make the most of EasyTier WebSocket Relay, refer to the following resources:
Thank you for using EasyTier WebSocket Relay! Enjoy seamless real-time communication!