platform/server/ws/uws.sh
Andrey Sobolev 096bfacad7
UBERF-6778: Add Support to uWebSocket.js library (#5503)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-05-06 14:15:39 +05:00

8 lines
261 B
Bash
Executable File

if test -f ./src/server_u.ts; then
if ! test -f ./v20.43.0.zip; then
wget --quiet https://github.com/uNetworking/uWebSockets.js/archive/refs/tags/v20.43.0.zip
fi
if ! test -f ./src/uws/uws.js; then
unzip -qq -j ./v20.43.0.zip -d ./src/uws/
fi
fi