Akash Hamirwasia
Akash Hamirwasia
### It's time for v3! Blaze v3 will feature an improved interface along with a bunch of new features to facilitate and improve the flow of file sharing :tada: Here...
WebRTC works when the clients are in same network, but fails (switches to WebSockets) when they are in different networks.
A settings page can be used to allow to edit nicknames and other details of the client.
When a file is sent in a room, other peers in the room must get an option to accept/ignore the file receive request initially. If they ignore the file, files...
The unique nicknames rule was originally added to prevent multiple sessions from the same _browser window_. It is used in some places to identify a peer in the room. This...
Rooms that are created may support some type of password which can prevent strangers from joining a room. Joining a room would require a password which was set by the...
The image seems to get upscaled such that one of the dimensions is 1080px. When images are already smaller than 1080px, it's better to leave it as is.
The image transformation middleware performs **on-demand image transformations** that are useful while consuming user-uploaded images on the web. It is inspired by tools like [Cloudinary](https://cloudinary.com/) and [imgix](https://imgix.com/) and also leverages...
Proxy URLs generated in Diode right now are not human-readable and don't have any context about what the API endpoint actually does. This can be improved by updating the proxy...