Cherry alternatives and similar packages
Based on the "Other Software" category.
Alternatively, view Cherry alternatives based on common mentions on social networks and blogs.
-
limetext
Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text. -
Gor
Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. -
rkt
An App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. -
heka
universal tool for data processing from Mozilla. Large collection of built-in plugins. Extendable via Go and Lua plugin API. -
Duplicacy
A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. -
Circuit
Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. -
scc
Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates. -
lgo
Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. -
mockingjay
Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. -
Gebug
A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly. -
ipe
An open source Pusher server implementation compatible with Pusher client libraries written in GO.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Cherry or a related project?
Popular Comparisons
README
Cherry 
Cherry
is a webchat engine
wrote in Golang
. It brings the main functionalities that you need in a webchat server.
With this application you are able to serve a bunch of rooms from your machine just editing a configuration file in a specific language. So if you are interested you should read the documentation to learn how to master it.
Now SSL connections
are supported.
How to build it?
You can use the standard go build
or you can use Hefesto.
Using go build
You need to setup your GOPATH
to the project root. Supposing that cherry repo was cloned under /home/doctor/web/git-hub/rafael-santiago/cherry
just add this path to your GOPATH
.
Run go build
from inside the src
subdirectory.
Using hefesto
After following all steps to put Hefesto to work on your system just move to src
subdirectory and invoke Hefesto
from
inside. Something like:
[email protected]:~/web/git-hub/rafael-santiago/cherry/src# hefesto
If all worked a cherry binary was created under ../bin/
and
All done.
Here you do not need to worry about GOPATH
issues because Hefesto's script handles it for you on each build task that you invoke (if needed).
How to run it?
This application works based on a configuration file (again: documentation).
You specify this configuration using the option --config
:
[email protected]:~/web/git-hub/rafael-santiago/cherry/bin# ./cherry --config=gallifrey-lounge.cherry
Supposing that TARDIS
has the IP
address 192.30.70.3
and Gallifrey lounge
opens only one room at the port 1008.
Doctor should access the entrace form served at:
http://192.30.70.3:1008/join
That's all.