https://github.com/jitendra-chauhan/chat-application
https://github.com/jitendra-chauhan/chat-application
bunjs chat-application chatapp jwt jwt-authentication mongodb redis socket-io typescript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jitendra-chauhan/chat-application
- Owner: jitendra-chauhan
- Created: 2023-12-26T06:23:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T12:49:57.000Z (over 2 years ago)
- Last Synced: 2025-04-05T11:14:11.760Z (about 1 year ago)
- Topics: bunjs, chat-application, chatapp, jwt, jwt-authentication, mongodb, redis, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-application
this chat application are build in using typescript and bun.js.
# here is step to start local server with docker
1: clone this repo
2: docker-compose up -d
run this command on root of this code and you can access to localhost:3001
# here is step to start local server withOut docker
1: clone this repo
2: bun install
3: bun run src/index.ts
# here is .env file
SERVER_PORT=3001
DB_HOST=127.0.0.1
DB_NAME=chat-app
DB_PORT=27017
JWT_SECRET=hhavfjasbfjadbdv
tokenTime=1800