Haru/docs/notes.md

22 lines
588 B
Markdown
Raw Normal View History

2021-12-26 01:01:51 +01:00
# Notes
## Environment
- `build` script in `package.json` is configured for `Visual Studio 2022`'s special needs.
Building the server project will not work otherwise.
2021-12-26 01:01:51 +01:00
## 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
2021-12-28 23:23:33 +01:00
- implement simple account handling
2021-12-26 01:01:51 +01:00
- player login
- player registration