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

https://github.com/perbu/includeos-calc

IncludeOS Calculator - TCP based
https://github.com/perbu/includeos-calc

Last synced: about 1 year ago
JSON representation

IncludeOS Calculator - TCP based

Awesome Lists containing this project

README

          

# includeos-calc
IncludeOS Calculator - TCP based

A simple example service built on IncludeOS. Its a TCP service which takes strings though port 2000 and computes them.

Example usage:

```
perbu:~$ nc 10.0.0.42 2000
-Welcome to the serverless calculator
-Please enter the operation to perform. Format: a+b | a-b | a*b | a/b
5/8
0.625000
perbu:~$
```