Haru/docs/notes.md

18 lines
489 B
Markdown
Raw Normal View History

2021-12-26 01:01:51 +01:00
# Notes
## 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 simpel account handling
- player login
- player registration
- implement simple client (with console using ts for launching EFT)