UNPKG

uwebsockets

Version:

Fastest uWebSockets server for Node.js – µWebSockets outperforms Socket.IO & Fastify. Built in C++ for high-performance networking & pub/sub.

12 lines (11 loc) 247 B
default: $(CC) build.c ./a.out || build.exe upload_host: git fetch origin binaries:binaries git checkout binaries cp dist/*.node . git add *.node git commit -m "Manually updated host binaries" git push origin binaries git checkout master