UNPKG

uwebsockets

Version:

µWebSockets.js is a web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. As such, µWebSockets.js (websockets) delivers web serving for Node.js, 8.5x that of Fastify a

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