https://github.com/zaiste/huncwot-hello
The most basic Huncwot application as described in `Hello Huncwot` section from the project README
https://github.com/zaiste/huncwot-hello
framework huncwot javascript javascript-framework nodejs nodejs-framework
Last synced: 9 months ago
JSON representation
The most basic Huncwot application as described in `Hello Huncwot` section from the project README
- Host: GitHub
- URL: https://github.com/zaiste/huncwot-hello
- Owner: zaiste
- Created: 2017-09-30T02:23:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:28:23.000Z (about 3 years ago)
- Last Synced: 2025-02-10T09:31:15.277Z (11 months ago)
- Topics: framework, huncwot, javascript, javascript-framework, nodejs, nodejs-framework
- Language: JavaScript
- Homepage: https://github.com/zaiste/huncwot#hello-huncwot
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huncwot Hello
This is an example of the most basic Huncwot application. It comes from [Hello
Huncwot](https://github.com/zaiste/huncwot#hello-huncwot) section in [Huncwot's README](https://github.com/zaiste/huncwot)
## Usage
Install dependencies
npm install
Run the server
node server.js
or
npm start
Go to the one of the following links:
* localhost:5544/
* localhost:5544/json
* localhost:5544/headers
* localhost:5544/bim (as `POST`)