warp on two different ports - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Georgi Lyubenov // googleson78

Does warp support a way to serve on two different ports at the same time? I couldn't find anything..

IC Rainbow

Fork and run two warps for the same application.

You gonna need something like mvar to wait on while the warp threads run.

Georgi Lyubenov // googleson78

didn't need any syncing or communication so I didn't use anything else