Skip to content

yaanno/fiber-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiber and Htmx

Inspired by Jack Herrington's experiment

Ingredients:

Fiber

Lovely Go based web framework.

Htmx

Relatively small library that extends the default Web APIs.

Running

Grab the data server from Jack's repo and run the server:

% cd data
% binserve

This will serve the pokemon data on port 8080. You can use binserve or any other fast static server.

Then run the following in this repo (assuming you have Go and optionally Air installed):

Air

air

Without Air

go run app.go

Serves on: http://locahost:3000/

About

Exploring Fiber and JS frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published