csj / ts-live-chat-demo

A Typescript Express, Typescript React live chat demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Live Chat Demo

with Express, React, Socket.io and RxJS.

This repository coincides with a walkthrough available to read on Medium here [coming soon].

Not only does developing your own chat solutions give you total freedom with what features to integrate, privacy concerns are alleviated by knowing where your messages are being routed to and stored at; a stark contrast to adopting a third party service.

In addition, third parties will undoubtedly be routing your messages for data analysis, weighting neural networks for their AI efforts, and more. Leveraging your own solution opens you up to the same capabilities, boosting your raw data and keeping it private in the process.

An in-house chat solution is not only viable for small teams - or even individuals, it is also maintainable and expandable when developed with Typescript in conjunction with other great tools used in this repo.

About

A Typescript Express, Typescript React live chat demo

License:GNU General Public License v3.0


Languages

Language:TypeScript 78.3%Language:HTML 11.0%Language:CSS 10.7%