GithubHelp home page GithubHelp logo

ufec / online-chat-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 69 KB

NestJS TypeORM WebSocket WebRTC 在线即时通讯服务端

License: MIT License

JavaScript 0.99% Shell 0.09% TypeScript 98.93%
fastifyjs jwt-auth nestjs swagger typeorm-mysql webrtc-video websocket

online-chat-server's Introduction

Description

一个在线即时通讯系统服务端,技术栈 NestJS TypeORM WebSocket WebRTC

Installation

$ pnpm install

Running the app

# development
$ mv src/config/dev.yaml.example  src/config/dev.yaml
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm 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.

Stay in touch

License

Nest is MIT licensed.

声明周期

  • 收到请求
  • 全局绑定的中间件
  • 模块绑定的中间件
  • 全局守卫
  • 控制层守卫
  • 路由守卫
  • 全局拦截器(控制器之前)
  • 控制器层拦截器 (控制器之前)
  • 路由拦截器 (控制器之前)
  • 全局管道
  • 控制器管道
  • 路由管道
  • 路由参数管道
  • 控制器(方法处理器)
    • 服务(如果有)
  • 路由拦截器(请求之后)
  • 控制器拦截器 (请求之后)
  • 全局拦截器 (请求之后)
  • 异常过滤器 (路由,之后是控制器,之后是全局)
  • 服务器响应

online-chat-server's People

Contributors

ufec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.