Haru/docs/notes.md
2021-12-29 00:37:50 +01:00

588 B

Notes

Environment

  • build script in package.json is configured for Visual Studio 2022's special needs. Building the server project will not work otherwise.

Implementation

  • EFT http request / response does not respect headers, data is always zlibbed
  • EFT's websockets url is unique due to the last part of the address being the sessionId.

Todo

  • add simple database
  • add get into the game's main menu
  • implement regex support for router
  • implement save handler
  • implement simple account handling
    • player login
    • player registration