Skip to content

This is api for chat app, created using NodeJS and socket.io ,used nosql db mongo for persistance

Notifications You must be signed in to change notification settings

tharaka911/nawwa-node-socketio-mongo-api

Repository files navigation

nawwa-node-socketio-mongo-chat-app

Scripts

how to add dev dependencie to code

npm install --save <package-name>

To install dependencies for development

npm install

To install dependencies for production

npm install --production

To start the development server:

npm run dev

To run in Production

npm run start

generate random secreat

openssl rand -base64 32

About

This is api for chat app, created using NodeJS and socket.io ,used nosql db mongo for persistance

Resources

Stars

Watchers

Forks

Packages

No packages published