This is an automated email from the ASF dual-hosted git repository.

isudana pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/synapse-go.git

commit 7375d5309282d76845ed8122529544f8633fc009
Author: isudana <isud...@gmail.com>
AuthorDate: Thu Jan 2 08:56:25 2025 +0530

    Add readme
---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..16551bd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Apache Synapse - Go Version
+
+This repository contains the Go language implementation of Apache Synapse. It 
is developed independently of the main Java-based version.
+
+## Overview
+
+The Go version of Apache Synapse aims to leverage Go's strengths in 
concurrency and networked services to provide a high-performance, scalable 
integration engine. This version is designed from the ground up and, as such, 
diverges significantly from the Java implementation in both architecture and 
implementation.
+
+## Getting Started
+
+### Installation
+
+Clone the repository:
+
+```bash
+git clone https://github.com/apache/synapse-go.git
+cd synapse-go

Reply via email to