There is an advocate on our team that wants to migrate our web service from Nodejs to Rust. While I am not a huge fan of Typescript, at least libraries are readily available and generally easy to use. On the other hand, being able to show that we are able to do monitoring, user auditing, ORM, opentracing, gRPC-web with Rust is non trivial. Now that I think of it, being able to do a "hello world" on any language is pr…
Rust Is Surprisingly Good as a Server Language
11–20 of 352 posts
Re: Rust Is Surprisingly Good as a Server Language
#12Discussion of this article on /r/rust: https://old.reddit.com/r/rust/comments/hpzmeu/rust_is_surpri...
Re: Rust Is Surprisingly Good as a Server Language
#13You guys think Rust is good - you should check out Ada++ (you'll have to build GCC yourself though) http://www.adapplang.com
Re: Rust Is Surprisingly Good as a Server Language
#14Re: Rust Is Surprisingly Good as a Server Language
#15on tag page it’s possible to see drafts :)
Re: Rust Is Surprisingly Good as a Server Language
#16There is an advocate on our team that wants to migrate our web service from Nodejs to Rust. While I am not a huge fan of Typescript, at least libraries are readily available and generally easy to use. On the other hand, being able to show that we are able to do monitoring, user auditing, ORM, opentracing, gRPC-web with Rust is non trivial. Now that I think of it, being able to do a "hello world" on any language is pr…
What is your take on TypeScript, what is it you don't like?
Re: Rust Is Surprisingly Good as a Server Language
#17There is an advocate on our team that wants to migrate our web service from Nodejs to Rust. While I am not a huge fan of Typescript, at least libraries are readily available and generally easy to use. On the other hand, being able to show that we are able to do monitoring, user auditing, ORM, opentracing, gRPC-web with Rust is non trivial. Now that I think of it, being able to do a "hello world" on any language is pr…
Re: Rust Is Surprisingly Good as a Server Language
#18Pick one you are familiar with, the language the toolchain and the overall ecosystem, it should just work.
Re: Rust Is Surprisingly Good as a Server Language
#19Re: Rust Is Surprisingly Good as a Server Language
#20There is an advocate on our team that wants to migrate our web service from Nodejs to Rust. While I am not a huge fan of Typescript, at least libraries are readily available and generally easy to use. On the other hand, being able to show that we are able to do monitoring, user auditing, ORM, opentracing, gRPC-web with Rust is non trivial. Now that I think of it, being able to do a "hello world" on any language is pr…
I don't think a strong enough argument can be made. I'm sure you CAN write web services in Rust, and that in very specific cases it'll have some benefits over Node, but honestly very few people work in an area like that.
Disclaimer: I've settled on using Go to rewrite an existing application. The original app was written in PHP; nothing wrong with PHP per se, but the existing codebase is a mess and the PHP version is hard to keep up to date because of LTS versions of operating systems + very slow and careful updates at our customers (it's network infrastructure). For me, switching to a compiled language that produces a self-contained executable was a compelling argument. I have to admit that I do kinda pine for something like Java again though.