Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to Build a Bitcoin Exchange Web Application with Golang
Rating: 3.0 out of 5(11 ratings)
81 students

How to Build a Bitcoin Exchange Web Application with Golang

Learn how create a web app with Go language with getting data from Bitcoin Exchange by using Websocker Feed
Last updated 12/2020
English

What you'll learn

  • Build web app for getting in real time bitcoin exchange
  • Receive a new knowledges in arhitecture of modern apps

Course content

1 section8 lectures31m total length
  • What you need at the start and what you will receive in the end.10:05

    Learn how to fetch real-time data from a major crypto exchange via a websocket, subscribe to channels like level 2, and store updates to a file or database using golang.

  • How to use Gorilla Websocket Client Server4:45

    Learn to build a gorilla websocket client and server, manage message sending and receiving, handle connections and closures, and explore compression extensions in a simple local example.

  • How should be look like Strucure3:01
  • How to subscribe on specific channels3:12
  • How create dispatcher to handle messages3:08
  • How create reader for receiving messages2:12

    Learn how to implement a reader for receiving messages from a socket, use a channel for a dispatcher, and read messages in a Golang bitcoin exchange web application.

  • How parse messages and store to file3:10
  • How running application2:18

Requirements

  • You should be able to have knowledges at least in one programming languages
  • You should be able to know how to work with websockets
  • You should be able to know base commands for golang programming language

Description

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Go is an amazing choice for a language as it was developed by some of the same individuals who created the C programming language, Unix, and UTF-8 - some of the most influential contributions to computer science. Robert Griesemer, Rob Pike, and Ken Thompson created Go to be a modern language that easily uses multiple cores, easily implements concurrency, easily works in distributed environments, and easily allows the programmer to write programs - it has a very lean and user-friendly syntax.

Go was created by luminaries in computer science at one of the best, if not the very best, software engineering firm to have ever existed - Google.

The credentials of Go are unsurpassed

In my opinion, Go is the best programming language that you can used for web development today. I began programming in 2005 with Borland Builder, I have worked with many languages, and Go is the best language which I have ever used. Go is also the top-paid programming language in America today.

Come learn about the greatest programming language ever created. You will leave with resources and code samples to start making all of your software and apps really go.

What knowledge & tools are required?

  • You should install go sdk, editor for coding application. This course starts at the level if you have already expirience in coding and open to get a new knowledegs

Who this course is for:

  • Anyone who wants to learn a code
  • This is a developers who had expirience in different languages.
  • This course is ideal for is want and bitcoin exchange for your site.
  • This course is perfect for experienced programmers wanting a thorough websockets and store data in real time.
  • This course is perfect for experienced programmers wanting to fill in gaps in their programming knowledge