Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felixhaeberle/deno-webserver

This is my first webserver with Deno ๐Ÿฆ•
https://github.com/felixhaeberle/deno-webserver

Last synced: 16 days ago
JSON representation

This is my first webserver with Deno ๐Ÿฆ•

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. ๐Ÿ”ฅ๐Ÿ˜