Skip to main content

tio-http-server-showcase

引言

  • tio-http-server是基于tio-core实现的http服务器,自带t-io提供的各项API以及一流的性能和稳定性

tio-http-server-showcase工程简介

入口程序

org.tio.http.server.showcase.HttpServerShowcaseStarter

控制器

org.tio.http.server.showcase.controller.ShowcaseController

启动成功日志

12-30 20:43:46 INFO  org.tio.server.TioServer[158]

|----------------------------------------------------------------------------------------|
| Tio gitee address | https://github.com/tywo45/t-io |
| Tio site address | https://tiocloud.com/ |
| Tio version | 3.2.4.v20181218-RELEASE |
| ---------------------------------------------------------------------------------------|
| TioConfig name | Tio Http Server |
| Started at | 2018-12-30 20:43:46 |
| Listen on | 0.0.0.0:80 |
| Main Class | org.tio.http.server.showcase.HttpServerShowcaseStarter |
| Jvm start time | 624 ms |
| Tio start time | 21 ms |
| Pid | 9792 |
|----------------------------------------------------------------------------------------|

访问

用浏览器打开:http://127.0.0.1

tio-http-server-showcase