FICTURE7 / uberstrok

An effort to write an UberStrike server emulator.
MIT License
12 stars 10 forks source link

Upgrade UberStrok.WebServices #37

Open FICTURE7 opened 5 years ago

FICTURE7 commented 5 years ago

Most of the code of UberStrok.WebServices was written 2 years ago within a couple of days, so I believe it should be given some more love. By upgrading to ASP .NET Core on Kestrel, using SoapCore. Using a proper database implementation like LiteDB or MongoDB instead of the flimsy implementation which we currently have.

Also move to a completely stateless webservice instead, by relying on the AuthToken, using something like JWT.

PoH98 commented 5 years ago

I am happy to see this project continues. Keep it on! I will try making the installation as easy as possible!