Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rnmeow/webdev_example
- Owner: rnmeow
- Created: 2024-10-24T14:37:50.000Z (25 days ago)
- Default Branch: master
- Last Pushed: 2024-10-27T14:19:26.000Z (22 days ago)
- Last Synced: 2024-10-27T16:22:13.324Z (22 days ago)
- Topics: backend, demo, example, go, html, http, js, json, web
- Language: HTML
- Homepage:
- Size: 18.6 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