MessagingService in NodeJS (Basically ROBLOX WebSockets)

So, I was trying to use

But it was deprecated, so I made my own because Why not?!

So now you can talk to Roblox and Roblox can talk back to you Like real websockets!

Here is the repository:

3 Likes

Update:

Made it way simpler by using @microsoft/signalr

1 Like

Update:

Made it more canonical and improved the chat.js example

1 Like

Update:

Made it way better in terms of functionality, readability, and fixed bugs
(Also API changed, so check the examples folder in the GitHub Repository!)

Update:

Made the API more cleaner and started using Maps instead of EventEmitter