Blog

Websockets with NodeJS and µWebSockets.js — Part 2

3/12/2020

Part 2 of this 3 part series builds up a client library for connecting to a µWebSockets-powered websocket server, with auto-reconnect capabilities baked in.

Read more

Websockets with NodeJS and µWebSockets.js — Part 1

3/7/2020

There are a number of options to choose from when deciding to host a websocket server. This post is the first in a short series that will walk you through setting up a NodeJS websocket server using µWebSockets (micro websockets) and a client library to connect to it with.

Read more