Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8917581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:31:33+00:00 2026-06-15T05:31:33+00:00

I am making a project for my Distributed Systems Class in Go that demonstrates

  • 0

I am making a project for my Distributed Systems Class in Go that demonstrates distributed storage and fault tolerance. The back-end is all in GO – I essentially have 2 major functions Add(Args) and Get(Args) in GO.

My front-end is a Web page with Google Maps. The event handlers on the map would be Javascript functions. I can easily extract information like Center of Map, or map frame bounds from the Google Maps API.

My problem is: I don’t know how to “call” the GO function/program in the back-end with information from my JavaScript function. I am very new to Web development, so I apologize if this is painfully obvious.

On googling, the only approach I found is running the GO program as some sort of http server on google app engine. I am unsure about the details though.

I’d be happy if someone gives me some references, or points me in the right direction!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:31:34+00:00Added an answer on June 15, 2026 at 5:31 am

    As well as ajax communication in general way, from the map to the server with GET/POST method.

    There are tons of library though, one of the famous library is jQuery.


    1) Download jQuery library from official page.
    http://jquery.com/

    2) Deploy to appengine.

    3) Try a simple code:

    <script src="/js/jquery.min.js"></script>
    <script>
    jQuery.post("http://yourapp.appspot.com/test/", {
      message : "helloworld"
    }, function(response){
      alert(response);
    });
    </script>
    

    4) You also need your GO script to process POST access for “http://yourapp.appspot.com/test/”.
    (Sorry I’m not familiar with GO language, yet)

    5) Googling keywords “ajax jQuery”.


    I hope this steps help you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a project that should compile on Windows and Linux. I have
I have searched all over the web with no luck of making this project
I am making a project that sells product and I want to have a
I'm making a project that will scrap information about a movie and return all
I am making a project that uses Autoconf. I have the following in configure.ac
I am making a project posting system that will have somewhat some markup, similar
I have a little problem, I'm making project and I'm sending data from client
I am making a project on a restaurant where I have put table reservation.
I have an AS3 project making use of compile time constants. This has worked
I'm making a web project that is fitted to the iPad screen. I'm trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.