paolo-projects / chatty

A basic real-time chat app written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty

Chatty is a demo app written in TypeScript using React, Redux and Socket.io.

It allows anyone connected to the app to exchange messages with other people. It does not store messages, which are instead stored in the browser, and does not encrypt messages.

The server code is here https://github.com/paolo-projects/chatty-server

About

A basic real-time chat app written in TypeScript

License:GNU General Public License v3.0


Languages

Language:TypeScript 82.9%Language:CSS 15.3%Language:HTML 1.9%