alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 168 forks source link

Add a shutdown method to Server / Application #233

Closed KotlinIsland closed 3 years ago

KotlinIsland commented 3 years ago

When using aleph as a middleware on Oak I need to be able to gracefully shutdown the server, could you please provide shutdown methods for this scenario.

vincenzopalazzo commented 3 years ago

An good first issue?

ije commented 3 years ago

the server accept a signal object to stop the server, pls check https://github.com/alephjs/aleph.js/blob/374c93933c7b992466f0472995707c5e95eb77f6/server/server.ts#L304