Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesteve/todo-backend-vertx
https://github.com/aesteve/todo-backend-vertx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aesteve/todo-backend-vertx
- Owner: aesteve
- Created: 2016-02-21T14:57:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T16:36:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T08:43:22.661Z (4 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- vertx-awesome - Vert.x Todo-Backend implementation - Pure Java 8 implementation of the Todo MVC backend. Uses a Vert.x LocalMap for storage. (Examples)
README
# todo-backend-vertx
Very simple asynchronous implementation of [ToDo backend](http://todobackend.com/) using [Vert.x](http://vertx.io) and vertx's localMap.
This is a good starting point if you want to understand the basic concepts of Vert.x web and the different storage strategies.
Any contributions are welcome.