All public logs

Jump to navigation Jump to search

Combined display of all available logs of FullJS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:57, 30 August 2025 Guttmann talk contribs created page JavaScript Runtime (Created page with "'''FullJS''' is a high-performance JavaScript runtime built on the '''V8 JavaScript engine'''. It is designed for Linux-only server-side applications, combining a single-threaded event loop with non-blocking I/O and optional Worker threads for parallel execution. = Event System = * Uses '''epoll''' as the backend event notification facility for scalable, high-performance I/O. * Optimized for large numbers of concurrent I/O operation. = Module System = * Support...")