線上編碼測試 | Online coding playground
📅 Mon, Jul 18, 2022
- 以下列出幾個可以免費測試一些簡短的程式碼的地方。
- 使用 WebAssembly 技術的服務特點是:所有程式都在瀏覽器裡運作。因此有一定的隱私和安全。
- 遠端伺服器的服務要注意,不要把重要的資料放上去。
重點:以下的服務僅用作測試。重要的資料處理還是要在自己的電腦或伺服器上運作
Following shows a few places where you can test some short code for free.
- The services that using WebAssembly technology are run in the browser. So they are private and secure at certain level (but not all).
- Pay attention to the service that runs on remote server. Do not put important information on it.
- Important: The following services are for testing purposes only. Processing of important data still need to be run on your own computer or server.