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

About{" "} SVRJS!

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

); }; export default About;