Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 637 Bytes

TODO.md

File metadata and controls

17 lines (16 loc) · 637 Bytes
  • Change connection between serve and client to websocket
  • BUG: when disconnect the client and connect again the server lose the reference, the last connectin wasn't destroyed
  • Add token authentication
  • Add server host parammeter to share command
  • Add port parammeter to server command
  • Add tests
  • Add server customized logs
  • Add share customized logs
  • Remove gin-gonic debug logs
  • Refactor the share command
  • Add version
  • Add github actions to automate releases
  • Write a better README
  • Add SSL support
  • Add HTTP Basic Auth support
  • Handle signal interrupt