a decentralized communication network
 
 
Go to file
jerl bf895466da mostly code organizing 2024-04-15 21:52:21 -07:00
client mostly code organizing 2024-04-15 21:52:21 -07:00
db spaces working real 2024-04-15 14:27:21 -07:00
src spaces working real 2024-04-15 14:27:21 -07:00
vyber-client many updates (permissions etc) 2023-05-29 21:08:20 -04:00
.gitignore initial version 2023-05-05 22:33:05 -04:00
DOCS.md many updates (permissions etc) 2023-05-29 21:08:20 -04:00
README.md many updates (permissions etc) 2023-05-29 21:08:20 -04:00
db.js use socketio callbacks and uhtml 2023-07-30 18:06:21 -07:00
index.js spaces working real 2024-04-15 14:27:21 -07:00
package-lock.json initial load messages 2023-05-29 18:28:04 -07:00
package.json many updates (permissions etc) 2023-05-29 21:08:20 -04:00
yarn.lock many updates (permissions etc) 2023-05-29 21:08:20 -04:00

README.md

vybe server

very very unfinished !! right now it can do a chatroom

usage

npm install then node index.js

clients

there are two clients! you can choose one

vybeclient

standard official client, written w/ vanilla js. served on :3435 by index.js

vyber

alternative client, developed by june, w/ webcomponents. start by running npm start in the vyber-client folder