- 安装依赖环境 pip install -r requirements.txt
- 安装pyppeteer pyppeteer-install
- 本地启动命令 python main.py
- 服务器启动命令 uvicorn main:app --reload --host '0.0.0.0' --port 8050
- docker启动命令 docker build -t js_render:v1 . && docker run -d -p 8050:8050 js_render:v1
- api文档访问 http://127.0.0.1:8000/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Shimon-Cheung/js_rendering
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
基于fastapi的高性能js渲染服务
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published