em có tìm hiểu vài công ty làm blockchain thì họ yêu cầu phải biết rust, golang hoặc NodeJS, vì sao Java k hợp với ứng dụng Blockchain vậy ạ, em thấy có dự án này : https://github.com/web3j/web3j họ vẫn dùng Java ạ.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
– Bởi vì các node blockchain bản chất đều là các chương trình chạy trên hệ điều hành. Vậy nên nếu phải cài thêm máy ảo java thì không cần thiết và sẽ gây phức tạp cho người cài đặt và cũng làm hiệu năng bị chậm đi 1 chút so với việc chạy chương trình native.
– Rust và go đều hỗ trợ biên dịch ra chương trình native (chạy được trực tiếp luôn trên hệ điều hành mà không phải cài máy ảo) vậy nên nó phù hợp và được chọn em ạ.