A real-time chat application over Bitcoin. An alternative interface to the original Bitchat.
Website: https://bitchatnitro.com
x Show who is typing. x Show who is online. x Allow users to edit/delete their own messages. x Private messaging
npm install
to install dependencies for the server.cd client
and then npm install
to install dependencies for the client..env
file in server
, following the format of the .evn.example
file. Fill in the details.npm run client
to start the client.npm run server
to start the server.npm run dev
to start the client and the server concurrently.