Skip to content

Latest commit

 

History

History

messageboard-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This is a demonstration project that shows type consistency across languages, using ADL.

It has the following components:

  • An API definition in ADL for a simple multi user message board.
  • An http server implementing the API, written in haskell
  • An http client of the API, written in typescript