ark go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
yatniel 2119b270f7
conby bug
3 years ago
.gitignore init 3 years ago
ARK.md 添加 'ARK.md' 3 years ago
README.md url bug 3 years ago
ark.go 空站router抢占bug 3 years ago
basic.go res 3 years ago
cache.go 多实例 3 years ago
cluster.go res 3 years ago
codec.go 分布式 3 years ago
const.go 计划,事件,队列优化 3 years ago
context.go attempt 3 years ago
data.go conby bug 3 years ago
engine.go res 3 years ago
event.go 优化coding 3 years ago
go.mod 跨域支持 3 years ago
http.go api body code 3 years ago
httpctx.go answer 3 years ago
httpsite.go 优化 3 years ago
index.go app mode config 3 years ago
logger.go 多实例 3 years ago
mutex.go 多实例 3 years ago
plan.go 优化coding 3 years ago
queue.go 优化coding 3 years ago
result.go res 3 years ago
session.go update 3 years ago
store.go file b p 3 years ago
sugar.go res 3 years ago
url.go url bug 3 years ago
view.go 多实例 3 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

ark

ark go

gateway, service, application 三层之间的调用,应该要设计一个通讯层, 比如可以是HTTP UDP TCPWEBSOCKET等不同的协议 然后,不同的加密交互方式, 驱动化实现

除了网关节点,要保存各节点的信息,和健康状态以外,
服务层,应用层, 也要保存网关列表信息。 以及他们各自的延迟速度的情况 当然,这个不是必须, 因为可以一个节点连接一个网关, 但是会有单点问题 所有, 所有节点,应该记录当前所有网关服务器列表, 而且这个列表需要随着,心跳包时,返回更新