All Projects → telanflow → dujt

telanflow / dujt

Licence: MIT license
毒鸡汤 - 壮士可要来一碗!

Programming Languages

CSS
56736 projects
go
31211 projects - #10 most used programming language
HTML
75241 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to dujt

tonovel-go
tonovel是一个简洁,干净的小说聚合系统
Stars: ✭ 70 (+366.67%)
Mutual labels:  iris
go-tenancy
快速实现 SaaS 多租户平台项目
Stars: ✭ 157 (+946.67%)
Mutual labels:  iris
sunraster
A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.
Stars: ✭ 19 (+26.67%)
Mutual labels:  iris
iris-gorm-demo
iris+gorm+mysql的restful api项目起手式
Stars: ✭ 92 (+513.33%)
Mutual labels:  iris
web-marisa
🍄 白丝魔理沙网页版
Stars: ✭ 65 (+333.33%)
Mutual labels:  iris
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+340%)
Mutual labels:  iris
swagger
Iris middleware to automatically generate RESTful API documentation with Swagger 2.0
Stars: ✭ 90 (+500%)
Mutual labels:  iris
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (+226.67%)
Mutual labels:  iris
iris
Repositório oficial da BOT Íris, uma robô em português, inglês e espanhol para WhatsApp [Com MD/Sem MD], possui centenas de comandos diferentes, a lista vai de fazer stickers a jogar xadrez ou blackjack.
Stars: ✭ 166 (+1006.67%)
Mutual labels:  iris
iris-simp-lang
We define a simple programming language, simp_lang, then instantiate Iris to verify simple simp_lang programs with concurrent separation logic.
Stars: ✭ 40 (+166.67%)
Mutual labels:  iris
demo-chatroom
go+iris+jwt+mysql+xorm+viper,iris项目实战简易聊天室,登录、注册、私聊、群聊。
Stars: ✭ 47 (+213.33%)
Mutual labels:  iris
server-benchmarks
🚀 Cross-platform transparent benchmarks for HTTP/2 Web Servers at 2020-2023
Stars: ✭ 78 (+420%)
Mutual labels:  iris
Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+143813.33%)
Mutual labels:  iris
IRIS
📚A Multi-Nomial Classification of Iris Dataset.
Stars: ✭ 15 (+0%)
Mutual labels:  iris
cosmostation-ios
👽 Cosmostation iOS Wallet
Stars: ✭ 14 (-6.67%)
Mutual labels:  iris
extra keras datasets
📃🎉 Additional datasets for tensorflow.keras
Stars: ✭ 20 (+33.33%)
Mutual labels:  iris
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (+420%)
Mutual labels:  iris
iris-admin
Web admin for iris-go framwork
Stars: ✭ 602 (+3913.33%)
Mutual labels:  iris
mir
Mir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.
Stars: ✭ 42 (+180%)
Mutual labels:  iris

毒鸡汤 - Go

壮士可要来一碗!

安装

Download 下载可执行文件到 dujt/web/ 目录执行即可。

特性

  • 超快响应、性能怪兽
  • 部署简单
  • 无数据库依赖(默认:毒鸡汤文件放在 web/statement.txt 中,根据换行识别一条语句)
  • 自动重载:程序会监听 “毒鸡汤文件(statement.txt)” 变更,然后重新加载,无需重启程序

Usage

➜  ./darwin_amd64 -h

Usage of ./darwin_amd64:
  -addr string
    	服务地址 (default "0.0.0.0")
  -port string
    	服务端口 (default "80")
  -target string
    	毒鸡汤文件路径 (default "statement.txt")

对于维护:

  1. 直接修改 web/statement.txt 文件,添加一条语句即可,无需重启程序!
  2. 需要结束程序 直接 kill 即可
  3. Go程序后台执行,由于我没有写此功能,so 可以借助第三方实现:

守护进程管理工具:supervisor

Linux窗口管理工具:screen

linux_amd64 -addr 0.0.0.0 -port 80 > /dev/null 2>&1

变量含义 (web/index.html)

url: http://localhost
host: localhost
line: 毒鸡汤语句

预览图

screenshot screenshot

感谢

原版毒鸡汤 PHP

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].