This is app server where user after typing his name can join room to chat between other users.
(Host is loaded on render.com. It can load very slow)
- HTML5
- CSS3
- Sass
- Tailwind
- React
- Typescript
- Node.js
- Express
- Websocket
- Sequelize
- PostgresSQL
git clone https://github.com/Horizon-git/group-chat-server.git
cd project_folder
npm install
npm start
You need to create file .env and type your SQL connection string in such format:
DB_ELEPHANT_SQL=postgres://USERNAME:PASSWORD@SERVER/DATABASE
This project is made to improve my skills in Node.js + Websocket. User has an ability to create rooms (create / rename / delete). New user see all prev messages in the room.