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.
私は Heroku が初めてで、RESTful 呼び出しに基づいてデータのストリームを処理するために TCP/UDP サーバー/クライアントをスピンアップする Java RESTful Web サービスを構築することを考えていました。別名、RESTful 呼び出しは、ストリーミング データ用の TCP/UDP サーバー作成のトリガーです。それは可能ですか?
HerokuはHTTP経由のトラフィックのみを処理できます。ユースケースについては完全にはわかりませんが、スピンアップするサーバーで着信UDPトラフィックを処理する場合は、Herokuでは実行できません。