jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
475 stars 43 forks source link

http_server discontinued #49

Closed odunboye closed 3 years ago

odunboye commented 3 years ago

Since http_server package has been discontinued, I think we should start moving to shelf package

jonataslaw commented 3 years ago

Thank you very much for the hot news. I think that maybe we don't need it, I mean, it was only useful for serving statistical files. I don't know if we should build a stack on top of the shelf, or create our own implementation.