Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celeri-server/example
An example server project using Celeri
https://github.com/celeri-server/example
celeri demo example http nodejs server
Last synced: 6 days ago
JSON representation
An example server project using Celeri
- Host: GitHub
- URL: https://github.com/celeri-server/example
- Owner: celeri-server
- Created: 2017-05-06T04:34:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T23:44:12.000Z (over 7 years ago)
- Last Synced: 2024-12-25T04:26:56.474Z (about 1 month ago)
- Topics: celeri, demo, example, http, nodejs, server
- Language: JavaScript
- Homepage: https://www.celerijs.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Simple RESTful server example using [Celeri](https://github.com/celeri-server/http-server)
#### Getting started
```bash
# Get the code
$ git clone [email protected]:celeri-server/example
$ cd example# Install the dependencies
$ npm install# Start the server
$ npm start
```