Skip to content
/ wai-rpc Public
forked from astynax/wai-rpc

Example project showing the usage of WAI Haskell package

License

Notifications You must be signed in to change notification settings

silky/wai-rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAI RPC

This project shows how to implement a simple WebApp (RPC-server) with WAI.

Building:

$ stack build

Running

$ stack exec wai-rpc
Serving (hit Ctrl+C to stop)...

API

$ curl http://localhost:8000
Available functions:
reverse
upper
$ curl http://localhost:8000/upper
returns string with each character in upper case
$ curl http://localhost:8000/upper?hello%20world
HELLO WORLD

About

Example project showing the usage of WAI Haskell package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%