https://github.com/glebbatykov/minerva_examples
https://github.com/glebbatykov/minerva_examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glebbatykov/minerva_examples
- Owner: GlebBatykov
- Created: 2022-07-22T15:00:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T23:42:06.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:13:09.833Z (over 1 year ago)
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Languages:**
[](README.md)
[](README.ru.md)
This repository contains examples of using the server framework [Minerva](https://github.com/GlebBatykov/minerva).
- [Hello](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/hello) - simple example;
- [WeatherForecast](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/weather_forecast) - simple example;
- [WeatherForecastController](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/weather_forecast_controller) - simple example with using controllers;
- [WebSocket counter](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/websocket_counter) - example of `Full-Stack` `Dart` application using websockets;
- [File server](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/file_server) - example file server;
- [JWT authentication](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/jwt_authentication) - example of using `JWT` authentication;
- [Serve static files](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/serve_static_files) - example of serve static files;
- [Gateway](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/gateway) - example of implementing a gateway service;
- [Note list](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/note_list ) - example of `Full-Stack` `Dart` application, list of notes using a server implemented using `Minerva`.