Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 352 Bytes

WebSocket_Server

Tsx-Websocket NodeJS server

  • Setup Express/Typescript
    • MVC with 3 CRUD endpoints with sqLite
  • Setup knux for sqllite
    • Knux Config & Instance
    • Knux create table
    • Revise /models
  • Yup Schema Validation
  • Setup Supertest with jest
  • Test APIs with Postman
  • Implement Websockets