/notification-service-node

notification service using Socket.io with exposed http endpoint

Primary LanguageTypeScript

NodeJs(typescript) code base (notification-service) using socket.io

Description

Socket.io

Installation

$ npm install

# install and configure husky
$ npm run prepare

Running the app

# development
$ npm run start

## Lint

```bash
# fix lints
$ npm run lint:fix
(it will fix all the lints as per rules in `tslint.json` you can add or modify the rules accordingly)