and here are my benchmark results on my (slow) remote Ubuntu server:
RUST remote/live server:
ab -k -l -c 50 -n 10000 http://144.202.51.193:8081/
Requests per second: 351.73 [#/sec] (mean)
w/ c=250: Requests per second: 1582.45 [#/sec] (mean)
GO remote/live server:
ab -k -l -c 50 -n 10000 http://144.202.51.193:8081/
Requests per second: 349.72 [#/sec] (mean)
w/ c=250: Requests per second: 1567.35 [#/sec] (mean)
JustJS remote/live server:
ab -k -l -c 50 -n 10000 http://144.202.51.193:8888/
Requests per second: 346.26 [#/sec] (mean)
w/ c=250: Requests per second: 1588.87 [#/sec] (mean)
just
? Will things like accessing process.env.NODE_ENV
be a problem?await
? Does just
support it? node
and just
use the same V8
just
would be servers and IoT?
just
? I'm not going to start writing enterprise software with just
yet because I'm limited for libraries that I can use. However, if I have very specific needs, eg. serving a website with limited functionality then I'll go for it.node
and get back the result in just
?
const res = node("./node-dependant-module").run("hello", "world")