Skip to main content


w00t, just got the major refactor branch of NodeKit (https://github.com/small-tech/nodekit) running the Hello Count example for the first time.

Been refactoring the hell out of NodeKit recently to take it from prototype to maintainable app.

Nice to have a little win.

Now to find all the other things that are no doubt broken :)

# # # #
in reply to Aral Balkan

Yay! WebSocket routes (and the simple chat example) are working again too :)

# # #
in reply to Endless Mason

I mean, it’s just plain old WebSockets (with a few utility methods thrown in to make it easier to send broadcast messages, etc.)
in reply to Aral Balkan

Here’s what the one for the simple chat example looks like:

https://github.com/small-tech/nodekit/blob/main/examples/simple-chat/chat.socket
in reply to Endless Mason

(Although I did implement a basic RPC implementation for Domain, which I’m building on top go NodeKit. I might pull that out into the framework at some point if I find I can make it generic enough without adding undue complexity.)
in reply to Aral Balkan

Content warning: NodeKit refactor details