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: about 2 months ago
JSON representation
A simple demo of Web frontend / backend interaction.
- Host: GitHub
- URL: https://github.com/rnmeow/webdev_example
- Owner: rnmeow
- Created: 2024-10-24T14:37:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T07:18:36.000Z (about 1 year ago)
- Last Synced: 2024-11-05T14:34:11.733Z (about 1 year ago)
- Topics: backend, demo, example, go, html, http, js, json, web
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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