WEBSOCKET.ME
Free WebSocket connections.
How does it work?
- Connect over WebSocket to 'wss://websocket.me/[namespace]'.
- Send messages.
- Other clients in the same namespace receive the messages.
- Use the 'client' URL parameter if you want multiple connections to act as a single client. This ensures they don't receive their own messages, similar to how you wouldn't see your own messages echoed back in a chat app.
Note:
Incoming WebSocket messages are limited to 1,048,576 bytes (1 MiB), if you want to send bigger messages, you can make an HTTP POST request using the same URL (max 100 MiB).
Experimental:
You can replay messages from a specific time by setting the 'time' URL parameter to a Unix timestamp in milliseconds.