综述

Jstropic是什么意思?准确的说应该拆开来这个单词,js代表的是javascript,tropic是回归线,热带的意思。 Jstropic是一套体积很小的框架,是面向数据库到浏览器的数据处理框架,秉持少就是多的思想来提供强大的能力。

特征

  • 体积小

  • 简单易用

  • 无需编译

  • 支持热部署

  • 依托Java强大的开源生态

  • 稳定可靠的JVM提供保障

  • 可自由扩展

安装使用

环境准备

  • JDK8/11

  • Tropic

下载地址:

https://github.com/letui/Tropic/releases/download/Tropic-1.4/Tropic-1.4.zip

Docker

docker pull letui/tropic:1.3

简单模式启动镜像 docker run -d -p 8080:9999 letui/tropic:1.3

映射目录模式 docker run -d -p 8080:9999 -v /home/servlet:/servlet -v /home/static:/static letui/tropic:1.3

加入贡献

支持

如果你有任何问题,请一定让我们知道. 邮件地址: letui@qq.com

授权

Copyright © 2021-2022, jstr.cc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.