Skip to content

A Golang+Postgres webapp using only Linux syscalls

Notifications You must be signed in to change notification settings

alaisi/syscalltodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syscalltodo

A Golang+Postgres webapp using only Linux syscalls and Go language builtins.

Packages:

  • http: HTTP server, implements a subset of Go standard library net/http APIs
  • template: HTML templating, implements a subset of Go standard library html/template APIs
  • sql: Database connectivity, implements a subset of Go standard library database/sql APIs
  • pg: PostgreSQL driver, implementing sql/driver

Running the app:

$ go build
$ DB_URI=postgresql://username:[email protected]:5432/dbname ./syscalltodo
$ xdg-open http://localhost:9000

About

A Golang+Postgres webapp using only Linux syscalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published