Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oluwis/react-node-chat-app
- Owner: OLuwis
- Created: 2023-02-25T16:53:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:45:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T07:16:51.224Z (3 months ago)
- Topics: nodejs, nodemon, postgresql, react-router, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 23.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 AuthenticationStack:
- [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)