Retoor software development Projects Research SearchXNG
Register Sign In

4 lines
106 B
JavaScript
Raw Normal View History

feat: add networking module with TCP Socket/Server and example applications Implement a full-featured `net` module supporting TCP `Socket` and `Server` classes via libuv, including example applications (chat server, echo server, HTTP client/server, file explorer, system dashboard) and benchmark scripts (fibonacci, n-body). Add GEMINI.md project documentation and Stderr class to io module.
2026-01-24 09:57:59 +01:00
System.print("Hello, world!")
var s = "string"
var n = 123
System.print("Joined: " + s + " " + n.toString)
Reference in New Issue Copy Permalink
eadfc8e9cb
wren/sanity_check.wren
Response time: 23ms
Mail Licenses API