|
|
|
|
|
by elviswolcott
2200 days ago
|
|
The issue with doing them client side (other than the missed cache opportunity of using a server) is that it means you're having every user in the chat send a request to an arbitrary URL from their device. Also CORS makes this impossible 99% of the time. |
|