Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinokix3/messenger-server
A feature-rich messaging web application, similar to Telegram, built with Next.js, TypeScript, Tailwind CSS, NestJS, MongoDB, and WebSocket. Enjoy convenient communication with real-time messaging, media sharing, and more.
https://github.com/shinokix3/messenger-server
messanger mongodb nestjs typescript websocket
Last synced: 24 days ago
JSON representation
A feature-rich messaging web application, similar to Telegram, built with Next.js, TypeScript, Tailwind CSS, NestJS, MongoDB, and WebSocket. Enjoy convenient communication with real-time messaging, media sharing, and more.
- Host: GitHub
- URL: https://github.com/shinokix3/messenger-server
- Owner: ShinokiX3
- License: mit
- Created: 2023-07-30T08:02:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T12:16:44.000Z (over 1 year ago)
- Last Synced: 2023-09-05T02:07:30.190Z (over 1 year ago)
- Topics: messanger, mongodb, nestjs, typescript, websocket
- Language: TypeScript
- Homepage: https://messenger-server-six.vercel.app
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Client -> https://github.com/ShinokiX3/messenger-client
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).