You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we should align the server object in a similar fashion to express https://expressjs.com/it/4x/api.html#app.listen, where basically server just implements a request handler and a user can use the regular node APIs to start/stop server, define options etc.
We can do that while still providing the "helper" method listen as we have it now.
The text was updated successfully, but these errors were encountered:
While working on restatedev/node-template-generator#18 I stumbled on several issues:
0
.Perhaps we should align the server object in a similar fashion to express https://expressjs.com/it/4x/api.html#app.listen, where basically
server
just implements a request handler and a user can use the regular node APIs to start/stop server, define options etc.We can do that while still providing the "helper" method
listen
as we have it now.The text was updated successfully, but these errors were encountered: