import Image from "next/image"; import React from "react"; import Statistics from "./Statistics"; const About = () => { return (
SVR.JS logo

About{" "} SVR.JS

SVR.JS is a web server that runs on top of Node.JS, enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. You can host a webpage using SVR.JS, run server-side JavaScript, use mods to expand server functionality, or use it as a forward or reverse proxy.

); }; export default About;