本日から「# 日目」という表記から「日目」を削除することにしました。 毎日更新がやり切れていないのと、業務でプログラミングには触れているので、実態とズレてきた感じがしているためです。 一応、どこまで続けるかというゴールは初めから自分 ...
You have an application in Python and another in Node.Js and you want them to exchange data in real-time. The obvious way would be to set up Websockets or a RestfulAPI and have them communicate ...