0.1.1 • Published 7 months ago

uwuchat v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

uwuchat

Allows posting messages to rooms identified by a 64-bit name. Clients can then watch rooms, which are synchronized using WebSockets (and, in a future, WebRTC). This is used as a sandboxed communication environment for Formality apps running on the Moonad ecosystem.

Server

To start a server, just do:

git clone http://github.com/victortaelin/uwuchat
cd uwuchat
node server.js 7171

Client

The code below will connect to a server running on localhost:7171. It will then watch the room 0 and make an example post to it. It will then display on the console all posts of this room, and update in real-time whenever there is a new post. See example.js.

0.1.1

7 months ago

0.1.0

7 months ago