Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 399 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 399 Bytes

chatting-server

  • This is high scalability system design of realtime chatting server.

Architecture

  • Domain Driven Design
  • Event Sourcing
  • Test Driven Development

dependencies

  • express
  • typescript
  • socket.io
  • sequelize

Install

  • npm install

Unit Test

  • npm run test

Build

  • npm run build

run

  • dev: npm run dev
  • production: npm start

Database

  • mysql