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

https://github.com/rimkomatic/chatifynext

Real Time chat app made with chatEngine
https://github.com/rimkomatic/chatifynext

chat-application full-stack nextjs

Last synced: 25 days ago
JSON representation

Real Time chat app made with chatEngine

Awesome Lists containing this project

README

          

------------------------------------------------------------------------

## What is ChatiFy?

ChatiFy is a online real time chat website made with NextJs and the awesome power of web Sockets.

------------------------------------------------------------------------

## Local installation

to install locally do the following

1. First clone the repo

```
git clone git@github.com:W41K3R0/chatifyNext.git
```
2. change directory to the project folder
```
cd ./chatifyNext
```
3. Now install the packages
```
npm install
```
4. Now add your own projectId and pin in the index.js file

5. Build the app using
```
npm run build
```
6. Start the server
```
npm run start
```
7. Go to [http://localhost:3000](http://localhost:3000) to see it running