a decentralized communication network
 
 
Go to file
june moretz 8c7d8ce512 add some logging 2023-05-08 00:32:00 -04:00
client fix a small get_history bug 2023-05-08 00:25:39 -04:00
db Authentication flow changes 2023-05-07 21:43:57 -04:00
src add some logging 2023-05-08 00:32:00 -04:00
.gitignore initial version 2023-05-05 22:33:05 -04:00
DOCS.md Authentication flow changes 2023-05-07 21:43:57 -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 Authentication flow changes 2023-05-07 21:43:57 -04: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