https://github.com/felixhaeberle/deno-webserver
This is my first webserver with Deno ๐ฆ
https://github.com/felixhaeberle/deno-webserver
Last synced: 3 months ago
JSON representation
This is my first webserver with Deno ๐ฆ
- Host: GitHub
- URL: https://github.com/felixhaeberle/deno-webserver
- Owner: felixhaeberle
- Created: 2020-11-08T18:08:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T18:35:19.000Z (over 4 years ago)
- Last Synced: 2025-02-08T18:46:56.338Z (5 months ago)
- Language: HTML
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฆ Deno webserver
This is my webserver project with Deno.
You can find the examples in the folders.There are multiple examples how to setup Deno:
### ๐คน first webserver
- first **hello world** example
- write and read data to / from a file### ๐น advanced webserver
- storing data in the local cache
- access **form data** and store it
- update store data based on new data
- delete data stored in local cache### ๐ดโ webserver with mongoDB
- create, read, update and delete data from **mongoDB** (CRUD)
- follows MVC (Model-View-Controller)### ๐ webserver as REST API
- defining multiple endpoints as **REST API** for a frontend
- create, read, update and delete data from mongoDB
- follows MVC (Model-View-Controller)#### ๐ฆ Follow me
Follow me on [Twitter](https://twitter.com/felix_haeberle) if you want to get the latest updates and hottest news in web development. ๐ฅ๐