Skip to content

DonAdam2/backend-socket-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overview:

  • This app is the backend of this repository
  • Simple react app which shows how to create a chat app using socket.io

Created using:

  • NodeJs
  • Express
  • Socket.io

Installing / Getting Started:

Development:

  • Clone repo => git clone git@github.com:DonAdam2/backend-socket-io.git
  • Navigate to project directory cd backend-socket-io
  • Install dependencies => yarn install
  • Start the development server => yarn start
  • Or start the development server with hot reloading => yarn start-dev

Available scripts

In the project directory, you can run:

yarn start

Starts the node server on port 4000

yarn start-dev

Starts the development server on port 4000 with hot reloading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published