a decentralized communication network
 
 
Go to file
jerl b2b15231df column view n live threads 2023-05-15 17:19:24 -07:00
client column view n live threads 2023-05-15 17:19:24 -07:00
db database work for permissions 2023-05-09 03:04:48 -04:00
src column view n live threads 2023-05-15 17:19:24 -07:00
.gitignore initial version 2023-05-05 22:33:05 -04:00
DOCS.md threads 2023-05-08 23:51:17 -04:00
README.md initial version 2023-05-05 22:33:05 -04:00
db.js bugfix for sql setup 2023-05-07 00:07:05 -04:00
index.js column view n live threads 2023-05-15 17:19:24 -07:00
package.json initial version 2023-05-05 22:33:05 -04:00
yarn.lock initial version 2023-05-05 22:33:05 -04:00

README.md

vybe server

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

setup

currently uses sqlite! install sqlite for your machine then do the following

sqlite3 vybe.db < db/1-init.sql

then you can yarn install and node index.js