Skip to content

rezaarshad/vertx-scala-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x Scala Sample - Simple REST API

This repository contains a very simple REST API built using Scala and Vert.x.

Overview

This project demonstrates how to use Vert.x with Scala to build a lightweight, reactive REST API. The project is structured to showcase a basic implementation of a RESTful service with endpoints for handling HTTP requests.

Technologies and Frameworks

  • Scala: A functional and object-oriented programming language for the JVM.
  • Vert.x: A toolkit for building reactive applications on the JVM.

Prerequisites

To run this project locally, ensure you have the following installed:

  • Java 8 or higher
  • Scala 2.12 or higher
  • SBT (Scala Build Tool)

Releases

No releases published

Packages

No packages published

Languages