Skip to content

notification service using Socket.io with exposed http endpoint

Notifications You must be signed in to change notification settings

neerajsonii/notification-service-node

Repository files navigation

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)

About

notification service using Socket.io with exposed http endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published