Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```