The invention discloses an application program process management method, an application program development framework and a storage medium, the method is applied to page operation of a
web application program, processes created for the
web application program comprise a host process, a
Web container process and a rendering process, the host process runs based on a native code of an underlying runtime environment, and the
Web container process runs based on the native code of the underlying runtime environment. Creating a
Web container process and a rendering process, and transmitting a cross-
process communication message between the Web container process and the rendering process through a cross-
process communication interface based on the native code; the Web container process is operated based on
JavaScript of a Web runtime environment, and the main node logic is operated; the rendering process is operated based on
JavaScript of a Web runtime environment, and page rendering and interaction logic associated with the main node logic are operated; and the Web container process and the rendering process are in cross-
process communication with the host process through the cross-process communication interfaces exposed to the
JavaScript codes in the respective processes. By adopting the method, the problem that the starting performance and the response speed of the application program are poor is solved.