dehimer / djvu

Part of Time Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a very simple terminal chat app. Every users are chatting on the same channel.
The purpose was to play with Firebase which made it amazingly simple! I'm also using typescript and async/await.

Features

  • No login needed
  • You see messages from any other user
  • You can use multiple terminals and talk to yourself...
  • Works offline. Messages are synced once you get back online.

Setup

  • Clone this repo
  • Make sure you're using node 6+
  • npm install
  • npm start -s
  • Start chatting with anybody else using the app!

About

Part of Time Machine


Languages

Language:TypeScript 100.0%