Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anarbyrm/chatapp-express
A simple chat app build with Express.js and TypeScript
https://github.com/anarbyrm/chatapp-express
Last synced: 5 days ago
JSON representation
A simple chat app build with Express.js and TypeScript
- Host: GitHub
- URL: https://github.com/anarbyrm/chatapp-express
- Owner: anarbyrm
- Created: 2024-02-21T12:29:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-25T19:16:20.000Z (9 months ago)
- Last Synced: 2024-02-25T20:28:05.652Z (9 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple real-time chat application
built with: TypeScript, Node.js, Express.js, socket.io, MongoDB
## Installation
NOTE: add .env file and add specific environment variables into it.
```sh
npm i
```### _in dev mode_
```sh
npm run dev
```### _in prod mode_
```sh
npm start
```