我嘗試使用iOS.Xamarin執行iOS應用程序。我也有一個服務器,我用websockets將事件發送到我的應用程序。但是websockets函數在另一個項目中。 因此,如果服務器發送新事件,我想告訴iOS項目新事件已到達。我無法返回它,因爲我無法將兩個項目互相引用。 如何在一個解決方案中爲多個項目實現事件驅動設計? 這裏是我當前的代碼: 的iOS項目 public partial class
完整的node.js初學者在這裏。我看到這個「Hello World」示例地方 // Load the http module to create an http server.
var http = require('http');
// Configure our HTTP server to respond with Hello World to all requests.
var