chainofios

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

chainofios (Chain of IOs) demos how to start a web server, an rpc server, and a general purpose tcp server. It also demo some file read and write (that's why it's a chain of IOs...) including the use of template. A lot of code snippets are from the book https://www.golang-book.com/books/intro

The HTTP is the main server. When it gets a request, it gets a response from an RPC server, which gets a response from the TCP server. The HTTP server also gets its content from an HTTP template.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL