Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnmeow/webdev_example

A simple demo of Web frontend / backend interaction.
https://github.com/rnmeow/webdev_example

backend demo example go html http js json web

Last synced: 20 days ago
JSON representation

A simple demo of Web frontend / backend interaction.

Awesome Lists containing this project

README

        

webdev_example
==============

This is a simple demo of Web frontend / backend interaction.

* Frontend

Standalone HTML file, including JavaScript with Fetch API codes.

* Backend

Written in Go, using `net/http` in standard library.

Install the Go compiler () if you didn't.
Then, start the server by executing:

go run .

The server should appear at .

* Copyright

(C) 2024, Connor Kuo, and contributors of all libraries included.

***

25 OCT 2024