mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 22:25:53 +03:00
[GH-ISSUE #3] Python implement (WIP) #2
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#2
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 @billzhong on GitHub (Mar 2, 2019).
Original GitHub issue: https://github.com/Finb/bark-server/issues/3
Hi,
I made a python version of bark server:
https://github.com/billzhong/py-bark
Currently, it should work like a drop-in replacement.
I will keep working on it when I have time.
@billzhong commented on GitHub (May 6, 2019):
All bugs related to my python implementation should be fixed now. Thanks @ldsxp
@mritd commented on GitHub (Jun 21, 2019):
good job 😜
@fengqi commented on GitHub (May 8, 2022):
Go版本的编译后就一个单文件,资源占用,部署便捷性和跨平台应该都很有优势,为什么还要用python和node再实现一边呢,是为了练手吗?