https://github.com/nickforddev/rafipayment_socket_server
Websockets server for deployment notices
https://github.com/nickforddev/rafipayment_socket_server
Last synced: over 1 year ago
JSON representation
Websockets server for deployment notices
- Host: GitHub
- URL: https://github.com/nickforddev/rafipayment_socket_server
- Owner: nickforddev
- Created: 2018-01-12T19:34:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T15:56:34.000Z (over 8 years ago)
- Last Synced: 2025-01-20T14:31:50.750Z (over 1 year ago)
- Language: JavaScript
- Size: 3.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rafipayment Websockets Server
[](#)
[](https://coveralls.io/github/TheRafiApp/rafipayment_socket_server?branch=master)
[](https://codeclimate.com/github/TheRafiApp/rafipayment_socket_server/maintainability)
[](https://opensource.org/licenses/MIT)
Websockets server to watch for deployments and alert users, built with node and [engine.io](https://github.com/socketio/engine.io)
## Development
It is possible to run using `export NODE_ENV=dev && npm start`, but better to run in Docker
```
docker-compose -f docker-compose.dev.yml up --build
```
## Deployment
Uses `post-receive` git hook to rebuild the container using `docker-compose`
## Tests
Jest unit tests
```
npm test
```