Skip to content

noherczeg/fast-web-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Web

A simple Proof of Concept project showcasing up-to-date standards in networking and web-development.

  • Docker
  • nginx
  • HTTPS
  • HTTP2
  • GZip content
  • ES Modules
  • Lazy imports
  • Lazy CSS imports

Currently only works in Chrome 63+, and Firefox 67+.

Generate certificates

It is necessary for HTTP2, and the build to succeed.

./gen-cert.sh

Build

./build.sh

Run

./run.sh

The server should be running at: https://localhost:9090.

The ./public folder is mapped to the Container, therefore any file modifications are instantly reflected.

Debugging

docker exec -it ${CONTAINER_ID} /bin/sh

About

A simple Proof of Concept project showcasing up-to-date standards in networking and web-development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published