Skip to content

nobonobo/tinygo-tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygo-tls

Setup

listen htttps://localhost:8443

> go run ./server

build on go

> go build -o tinygo-tls .

build on tinygo

> tinygo build -o tinygo-tls .

Test TLS communication

> $ go run ./socat ./tinygo-tls
2020/10/19 10:46:12 exec: [./tinygo-tls]
HTTP/1.0 200 OK
Date: Mon, 19 Oct 2020 01:46:12 GMT
Content-Length: 6
Content-Type: text/plain; charset=utf-8

hello!

About

TLS sample for TinyGo(WIP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages