Download Game! Currently 114 players and visitors. Last logged in:BrogLmtVenturusMorkzar

Blitzer's Blog >> 71548

Back to blogs index
Posted: 26 Jul 2026 11:44 [ permalink ]
$ curl http://localhost:3333/hello && echo
HELLO MESH!

$ curl http://localhost:3333/api/get/JS_LOGIC\$ && echo
{"JS_LOGIC$":"function(req, res, set, get) { try { let b = JSON.parse(req.body)
; let val = Number(b.amount) * 1.25; set('taxed', val); res.json({result:
val}); } catch(e) { res.json({error: e.message}); } }"}