https://github.com/peeeuzin/chat-app
A simple API chat app
https://github.com/peeeuzin/chat-app
api chat express
Last synced: 3 months ago
JSON representation
A simple API chat app
- Host: GitHub
- URL: https://github.com/peeeuzin/chat-app
- Owner: peeeuzin
- License: mit
- Created: 2022-03-19T00:01:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T21:42:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T02:23:33.443Z (about 2 years ago)
- Topics: api, chat, express
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Chat App ⚡
# Chat App
A simple chat app with end to end encryptation. This repo is API of Chat App.To see web repo to click [here](https://github.com/pedrinfx/chat-app-web)
# 🔗 How to contribute
Click [here](CONTRIBUTE.md) to see how to contribute# Techs used
* [Express](https://expressjs.com/) as Framework API
* [Json Web Token](https://jwt.io/) as Authentication
* [Socket.IO](https://socket.io/) as WebSocket
* [PostgreSQL](https://www.postgresql.org/) as Database