https://github.com/imrandil/long_polling_http
Long polling example with express and reactjs
https://github.com/imrandil/long_polling_http
expressjs longpolling react
Last synced: 3 months ago
JSON representation
Long polling example with express and reactjs
- Host: GitHub
- URL: https://github.com/imrandil/long_polling_http
- Owner: IMRANDIL
- Created: 2024-02-02T13:48:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T01:15:20.000Z (over 1 year ago)
- Last Synced: 2024-12-31T09:17:26.116Z (5 months ago)
- Topics: expressjs, longpolling, react
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Short Polling and Long Polling Example
This Node.js project provides a simple example of both short polling and long polling mechanisms. The code is implemented using Express for the server and a React client for demonstration purposes.
## Getting Started
### Prerequisites
- Node.js and npm installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/IMRANDIL/long_polling_hhtp.git
```## Made with ❤️