Skip to content

vbh689/learning-node-wisesocial-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiseSocial chat module

This is a Node.js backend module for a chat application. It uses Vite for development and build processes, and Socket.IO for real-time communication.

This project is for learning purposes only and should not be used in production environments.

Features

  • Real-time messaging with Socket.IO
  • User authentication and authorization
  • RESTful API endpoints for user and message management
  • Scalable architecture with modular code structure
  • Easy to set up and extend

Getting Started

Prerequisites

  • Node.js (>= 14.x)
  • npm (>= 6.x)

Installation

  1. Clone the repository:

    git clone [email protected]:vbh689/learning-node-wisesocial-client.git
    cd learning-node-wisesocial-client
  2. Install dependencies:

    npm install

Running the Development Server

To start the development server with Vite, run:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published