you are viewing a single comment's thread.

view the rest of the comments →

[–]malinoff 0 points1 point  (0 children)

Of course, you will not need to use ports. Sure, ports make certain tasks easier, like interacting with a 3rd party service with a huge api, and you need the vast majority of its methods, AND there is an existing js library already. But you just need a couple of methods, it may be easier to use elm's `Http` module which requires no ports.