https://github.com/fajrulaulia/coreplause-nodejs-express
Node Js Realtime Backend chatt using redis and web socket
https://github.com/fajrulaulia/coreplause-nodejs-express
api javascript nodejs redis websocket
Last synced: 2 months ago
JSON representation
Node Js Realtime Backend chatt using redis and web socket
- Host: GitHub
- URL: https://github.com/fajrulaulia/coreplause-nodejs-express
- Owner: fajrulaulia
- Created: 2022-01-16T17:10:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T15:16:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T08:42:44.722Z (over 1 year ago)
- Topics: api, javascript, nodejs, redis, websocket
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coreplause Backend
this backend create using express, websocket server and Redis, for serve https://github.com/fajrulaulia/coreplause-react-native as client and make sure keep realtime to get data when in usage
## API Documentation
https://documenter.getpostman.com/view/7847501/UVXjLcLa
## how to start
- pull this repo
- run `docker-compose up -d`
- run `npm start`
## Image
for image, you can pull and run using dockcer-compose or dockerfile docker pull faawidia/coreplause, application and redis has been bundle in one image
resource : https://hub.docker.com/r/faawidia/coreplause
### Image Usage
``` bash
docker run -d -p 3000:3000 faawidia/coreplause:latest # running on port 3000
```
run it in postman swithc to API Documentation