mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #438] [建议]-将S端和C端分开发布 #333
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#333
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fanmaomao on GitHub (Aug 24, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/438
如果可以将服务端和客户端分开发布会更方便一些。
因为存在这样一些情况:外网的服务器使用Linux,但是内网的服务器使用的是Mac或Windows。
我现在的环境就是外网是Linux而内网是Mac,这时我需要下载两个版本的完整包,然后在删除对应不需要的部分。
这样我多下载了一些无用的部分,我想我的这种情况应该不是少数。
@fatedier commented on GitHub (Aug 24, 2017):
目前看并没有什么影响,另外推荐自己下载源码编译。
@fanmaomao commented on GitHub (Aug 24, 2017):
面向懒人做设计 ---- 张小龙
[doge][滑稽]
@fatedier commented on GitHub (Aug 24, 2017):
首先这不是一个产品,github 上也不面向普通用户,其次还在前期开发阶段,不会过多关注细节。
开源项目的目的也不一定就是要让你去使用,我觉得更多的意义在于你可以看到如何实现这个东西,原理是什么,代码组织,框架设计,一些常用的库的封装,等等。