There is a quiet revolution in the IT-area. Nearly all new web sites are realized as so called single page web apps with a desktop-like user interaction. The server side is also changing: instead of using hundreds of traditional web-servers in expansive server farms, only one powerful server based on NodeJS is used. The secret behind this global development is the powerful JavaScript engine called V8 by Google. It improves the
JavaScript performance and allows up to 1 Million parallel running requests on the same machine. This paper analyses the options for using this multitasking power for building web based optimizations. The first realized option is a complete client side optimization environment especially for testing and teaching purposes. The second option is a distributed client-server web environment with the new GraphQL interface for a very flexible and powerful optimization API for any simulation or universal application. The optimization methods are based on the well-known ISSOP (Intelligent System for Simulation and Optimization) desktop optimizer with about 7 different, parallel running optimization strategies.