Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donadam2/backend-socket-io
https://github.com/donadam2/backend-socket-io
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/donadam2/backend-socket-io
- Owner: DonAdam2
- Created: 2018-10-04T09:15:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T14:42:46.000Z (6 months ago)
- Last Synced: 2024-07-09T18:49:03.208Z (6 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## overview:
- This app is the backend of [this repository](https://github.com/DonAdam2/frontend-socket-io)
- 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 [email protected]: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