Skip to content

KaidiMohammed/chatapp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Getting Started

In the root folder there are two folders :D

The first folder : socket-io-server

It contains the io socket server. in order to run the server, run the commands bellow :

  1. npm install
  2. npm start

The second folder : NextChat

It contains the next js chat application. In order to run the application, run the commands bellow :

  1. npm install
  2. npm run dev
  3. Go to : http://localhost:9000 (by default)

Description

NextChat is a simple react-based chat application. Each client join the chat can send messages to the other members. The library Socket.IO is used for bi-directional communication between clients. Enjoy.

About

a simple chat app made with next js, socket io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published