MasoniteFramework / core

Main pip package location for Masonite
http://masoniteproject.com
MIT License
85 stars 52 forks source link

Add support to a production mode development server #944

Open Marlysson opened 4 years ago

Marlysson commented 4 years ago

Is your feature request related to a problem? Please describe. When is developed a app that requires more requests per time, the current development server crashes and broke the app's workflow ( send and receive data )

What do we currently have to do now? Abstract serve command to use of some others servers as alternatives when the user ( developer ) choose under the hood. Transparent to developer

Describe the solution you'd like Run some command like:

Default server of local environment

craft serve

A robust server that runs a production like environment

craft serve --optimize

Or something that indicates that a other server will used.

Describe alternatives you've considered Use of waitress server by example.

Marlysson commented 4 years ago