just
just copied to clipboard
the only javascript runtime to hit no.1 on techempower :fire:
Wanted to test http with ab. ab -n 1 -c 1 http://localhost:8080/plaintext using this : ```js const stringify = require('@stringify') const http = require('@http') const process = require('process') const {...
# Trying to enable Quic - http/3 draft. - [x] https://github.com/just-js/modules needs the patched openssl from Akamai and Microsoft. - [ ] BroingSSL Would be the correct SSL Lib by...
This is a Tracking issue for the JustJS Implementation of the Stealify Snapshot driven Component System implemented via the b8g tooling. A WASI & WASM drop in Replacement fully Capability...
I have created the PKGBUILD of just for Arch Linux to install just easily. Please add how to install with PKGBUILD to README. The link of PKGBUILD is [here](https://aur.archlinux.org/packages/just-js)
I'm going to create this issue and leave it open so i can post some updates on various documentation, demo and example work i have been doing and for any...
Hey, can you please make example with secured websocket ? something like in node/ws examples ```const fs = require('fs'); const https = require('https'); const WebSocket = require('ws'); const server =...
Seems good? Idk. https://github.com/bytedance/terarkdb Looks like they just forked rocks and made it faster. Only mentioning bc i was looking at recent commits and rocks was among them. Bytedance is...
Steps to reproduce ```bash echo "just.print('hello')" > bench-parse.js just build bench-parse.js --clean --static ``` result ```bash clean bench-parse rm -f *.o rm -f bench-parse complete in 0.01 sec build bench-parse...