Building a Server/Client application in Cocoa

前端 未结 3 1231
無奈伤痛
無奈伤痛 2020-12-09 21:03

I built a fairly simple program that watches a folder, manipulates files as they are added, and gives a simple progress view of whats going on. The folder is watched via a s

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 21:58

    Why not take a look at Bonjour for zero-configuration networking (i.e. so you don't have to find the IP address of your server)?

    Since Bonjour is also supported on Windows and iOS (iPhone/iPad) you can even make your app multi-platform (e.g. server on Windows and Mac client or vice versa) or even have an iPhone act as a client of your server (don't know if this makes sense in your case but I'm just suggesting).

提交回复
热议问题