Wiredcraft / test-backend

39 stars 76 forks source link

[Can] test-backend #81

Closed Soul-Clinic closed 2 years ago

Soul-Clinic commented 2 years ago

Most backend codes are on database. There are lots of front-end codes, BTW (Designed by myself :). I tried to use as less 3-party frameworks as possible (like Vue/Koa/Express...)

xavierchow commented 2 years ago

@Soul-Clinic

I tried to use as less 3-party frameworks as possible (like Vue/Koa/Express...)

What's the rationale for the design decision above?

Soul-Clinic commented 2 years ago

Experience from last years to this year. I try to use: web-socket instead of http request, web-component instead of Vue, functions about data write in database(postgres) instead of in node/lisp...

I feel it's cool and efficient, so I insist. Just for Fun.

Soul-Clinic commented 2 years ago

I've tried to make it clearer, most functions except login are implement on database, however.

xavierchow commented 2 years ago

Thanks for your PR @Soul-Clinic

I'm gonna close it and we will get back to you soon.