Skip to content

A dead simple terminal chat app using Firebase

Notifications You must be signed in to change notification settings

testerez/fire-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A dead simple terminal chat app using Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published