##居在 福州54北 找新工作 后端开发(PHP 或 GO)
** 实现一个基于 cli 常驻内存模式的 最小化 http 带个人 orm 和 lib 的服务框架 **
** to be continue... **
Usage:
- php >= 7.1
- 编译php configure --enable-pcntl --enable-sockets --enable-shmop
- php -m | grep event
- pecl install event
- configure event from source code
- install libevent on OS
- configure install event and add event.so to php.ini file
- 启动服务 php public/instance.php start|stop|reload
- 浏览器打开
- 127.0.0.1:9000/
- 127.0.0.1:9000/default/index?a=b&c=d
Todo List:
- 守护进程模式运行
- 监控子进程
- 多进程模式
- IO复用
- SELECT 模式
- EPOLL 模式
- 支持 HTTP 协议
- POST
- GET
- 支持 HTTPS 协议
- 代码重构成面向对象模式
- WEB 框架
- ROUTE
- MVC
- Controller
- View
- Model
- LIB
- 自动热更新
- fswatch
- inotify
- TINY LOG