Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oluwis/react-node-chat-app

Small Web Chat Application
https://github.com/oluwis/react-node-chat-app

nodejs nodemon postgresql react-router reactjs socket-io typescript

Last synced: 18 days ago
JSON representation

Small Web Chat Application

Awesome Lists containing this project

README

        

# Chat App

This is a Portfolio Chat App Project made to show of the capabilities of WebSockets and Realtime communication.

It currently offers a single room/channel to chat and interact.

RoadMap:

- Improve Basic Design
- Add Chat Between Users Privately
- Add Theme Options and Color Settings
- Add User Authentication

Stack:

- [TypeScript](https://github.com/microsoft/TypeScript)
- [ReactJS](https://github.com/facebook/react)
- [React-Router](https://github.com/remix-run/react-router)
- [NodeJS](https://github.com/nodejs/node)
- [Socket.IO](https://github.com/socketio/socket.io)
- [PostgreSQL](https://github.com/postgres/postgres)