Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

cideM/async-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

$ nix develop
$ nix run .#demo
$ sudo ss -lptn sport = :3000

The last command checks what's listening on port 3000. You should be seeing an async-hs process, which is the server that was started by demo.

It is this server process that should be cleaned up at the end of the test, ideally without shelling out to something like pkill.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published