https://github.com/cblgh/quackfarm
everyone is welcome to quackfarm :duck:
https://github.com/cblgh/quackfarm
ducks quacks tutorial websockets ws
Last synced: 6 months ago
JSON representation
everyone is welcome to quackfarm :duck:
- Host: GitHub
- URL: https://github.com/cblgh/quackfarm
- Owner: cblgh
- Created: 2019-04-26T16:47:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T18:42:24.000Z (over 6 years ago)
- Last Synced: 2025-07-03T19:06:47.948Z (6 months ago)
- Topics: ducks, quacks, tutorial, websockets, ws
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QuackFarm
who gives a quack

## Instructions
Start a server on port `8888`
```bash
node index.js
```
Join the farm
```bash
node client.js
```
Issue a POST request to `/quack` to make everyone on the farm quack e.g.
```bash
curl -X POST /quack
```
**Happy quacking!**