Skip to content

Latest commit

 

History

History
executable file
·
26 lines (23 loc) · 581 Bytes

README.md

File metadata and controls

executable file
·
26 lines (23 loc) · 581 Bytes

zwedit

a simple online share code whiteboard (base on web)

Technology Stack

  • backend
    • code: java
    • httpserver: jetty
    • restful api: jersey
    • websocket: jetty-websocket
    • log: log4j
    • database: redis
  • frontend
    • code: es6
    • codeboard: codemirror.js
    • client-side mvc framework: vue.js
    • look: iview (base on vue.js)
    • http request: axios
    • websocket: raw websocket

todo

  • complete deploy process
  • support a chat window
  • solve class EditRoom memory problem
    • EditRoom object destory
    • EditRoom history op lists