游戏人生
首页
(current)
GameDevTools
登陆
|
注册
个人中心
注销
ImGui-WebAssembly
Introduction
Introduction
前言
前言
1. OpenResty介绍
1. OpenResty介绍
1.1 安装OpenResty
1.2 HelloWorld
1.3 反向代理
代码资源下载
点我下载
Github
点赞、收藏、关注
目录
<< 1. OpenResty介绍
1.2 HelloWorld >>
## 安装OpenResty ```text 「openresty book」是一本开源电子书,PDF/随书代码/资源下载: https://github.com/ThisisGame/openresty_book ``` 参照官方教程进行安装:`https://openresty.org/cn/download.html` ### Windows Windows使用最简单,先下载压缩包:`https://openresty.org/download/openresty-1.27.1.2-win64.zip`。 解压后就可以直接使用了。 ### MacOS 使用`homebrew`安装,参照`https://openresty.org/cn/download.html#macosmac-os-x`。 ### Linux 根据自己的Linux系统,参照`https://openresty.org/cn/linux-packages.html`。
<< 1. OpenResty介绍
1.2 HelloWorld >>
12
代码资源下载
点我下载
Github
点赞、收藏、关注
目录
Introduction
Introduction
前言
前言
1. OpenResty介绍
1. OpenResty介绍
1.1 安装OpenResty
1.2 HelloWorld
1.3 反向代理