Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行中のSails.jsアプリケーションがあります。ほとんどの場合、モデルとそれに対応するコントローラーを REST ブループリント アクションと共に使用します。
さらに、SOAP エンドポイントを公開する必要があり、node-soapを使用することになりました。
すべての公式の例は、expressでコーディングされています。
誰かがそれを統合する方法を知っていますか?